⚲
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
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (426 Bytes)
Support #3541
» FilterEmptyNodes.xsl
the XSL that filters empty nodes on streamable mode -
Don Bosco Antony
, 2017-12-07 11:09
<xsl:stylesheet
version=
"3.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
omit-xml-declaration=
"yes"
indent=
"yes"
/>
<xsl:mode
streamable=
"yes"
/>
<xsl:strip-space
elements=
"*"
/>
<xsl:template
match=
"node()|@*"
>
<xsl:copy>
<xsl:apply-templates
select=
"node()|@*"
/>
</xsl:copy>
</xsl:template>
<xsl:template
match=
"*[not(@*) and not(*) and (not(text()) or .=-1)]"
/>
</xsl:stylesheet>
« Previous
1
2
3
4
5
Next »
(3-3/5)
Loading...