Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xinclude implicitely resolved #349

Open
mkraetke opened this issue Mar 10, 2024 · 1 comment
Open

xinclude implicitely resolved #349

mkraetke opened this issue Mar 10, 2024 · 1 comment

Comments

@mkraetke
Copy link

With this commit, XIncludes are automatically resolved. This may be practical in many situations, but sometimes you want to resolve the XInclude at a later point with <p:xinclude/>. Reasons for preferring an explicit XInclude resolution over an implicit are:

  1. you want to speedup things by loading the documents at a later stage
  2. one or more of the referenced documents are only available at a later point in the process

Perhaps we can make this feature optional?

@bwbohl
Copy link

bwbohl commented Apr 21, 2024

Doesn’t expanding XIncludes automatically make the <p:xinclude/> somewhat superfluous?

In my case, I'm also relying on expanding the XIncludes at a later stage because I want to make some transformations on the included items first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants