⚲
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 (468 Bytes)
Bug #4660
» bugXXX.xsl
John Lumley
, 2020-07-31 12:02
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:math=
"http://www.w3.org/2005/xpath-functions/math"
exclude-result-prefixes=
"xs math"
version=
"3.0"
xmlns=
"FOO"
>
<xsl:include
href=
"bugXXXinc.xsl"
/>
<!--<xsl:include href="display-tab.xsl"/>-->
<xsl:template
match=
"b"
xpath-default-namespace=
"FOO"
>
<B/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(1-1/2)
Loading...