⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Learn all about issues
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
Learn all about issues
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonC
Overview
Issues
Calendar
Blog
Forums
Files
Download (599 Bytes)
Bug #5849
» simple.xsl
Daniel Haley
, 2023-01-23 18:44
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"3.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
expand-text=
"yes"
>
<xsl:output
indent=
"yes"
/>
<xsl:strip-space
elements=
"*"
/>
<xsl:mode
on-no-match=
"shallow-copy"
/>
<xsl:template
match=
"/*"
>
<xsl:copy>
<xsl:attribute
name=
"processed"
select=
"let $tokens := tokenize(@processed)
return string-join(($tokens,count($tokens)+1),' ')"
/>
<xsl:apply-templates
select=
"@* except @processed|node()"
/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
Next »
(1-1/3)
Loading...