You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an XSLT is loading a file using xpath function: document('string/to/file') should it be analyzed to be a dependency ?
The same with collection(), doc(), unparsed-text() .
Xproc loading with p:with-option is also concerned.
This is tricky because that means we have to analyze the XPath, and determin if it's "static" or not.
Usefull ?
The text was updated successfully, but these errors were encountered:
If an XSLT is loading a file using xpath function:
document('string/to/file')
should it be analyzed to be a dependency ?The same with collection(), doc(), unparsed-text() .
Xproc loading with p:with-option is also concerned.
This is tricky because that means we have to analyze the XPath, and determin if it's "static" or not.
Usefull ?
The text was updated successfully, but these errors were encountered: