⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (318 Bytes)
Feature #5830
ยป test.xsl
XSLT to reproduce the problem -
Evan Lenz
, 2023-01-18 05:20
<!DOCTYPE xsl:stylesheet [
<!ENTITY REUSABLE_PATTERN "foo | bar | bat">
]>
<xsl:stylesheet
version=
"3.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes=
"xs"
>
<xsl:template
match=
"&REUSABLE_PATTERN;"
>
Hello
</xsl:template>
</xsl:stylesheet>
(1-1/1)
Loading...