⚲
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
»
SaxonC
Overview
Issues
Calendar
Blog
Forums
Files
Download (507 Bytes)
Bug #5850
» test_compile.xsl
Daniel Haley
, 2023-01-23 19:09
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"3.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
expand-text=
"yes"
xmlns:p=
"urn:pentecom"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes=
"p xs"
>
<xsl:output
indent=
"yes"
/>
<xsl:strip-space
elements=
"*"
/>
<xsl:mode
on-no-match=
"shallow-copy"
/>
<!--only compiles with ;j (java flavor) added to flag-->
<xsl:template
match=
"text()[matches(.,'f?ool','i')]"
/>
</xsl:stylesheet>
« Previous
1
2
Next »
(1-1/2)
Loading...