⚲
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
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (438 Bytes)
Bug #2534
» test.xsl
Peter Ross
, 2015-12-10 06:48
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method=
"xml"
indent=
"yes"
encoding=
"utf-8"
/>
<xsl:template
match=
"document"
>
<document>
<xsl:apply-templates
select=
"*"
/>
</document>
</xsl:template>
<xsl:template
match=
"data"
>
<data>
<xsl:attribute
name=
"value"
><xsl:value-of
select=
"@value"
/></xsl:attribute>
</data>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
Next »
(1-1/3)
Loading...