-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I don't know if this is worth addressing, given that it's probably unlikely in practice, but it occurs to me that the code which parses XSLT looking for xsl:include and xsl:import elements isn't currently sensitive to xml:base changes.
Consider:
<xsl:stylesheet xml:base="/path/to/somewhere/">
<xsl:include href="foo.xsl"/>
...The included stylesheet is /path/to/somewhere/foo.xsl irrespective of what the URI of the stylesheet is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels