⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Set up Planio Help Desk
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
Set up Planio Help Desk
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (508 Bytes)
Bug #2323
» test.xsl
Radu Coravu
, 2015-03-09 10:04
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
exclude-result-prefixes=
"xs"
version=
"2.0"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:template
match=
"/"
>
<xsl:result-document>
<y>
<xsl:call-template
name=
"test"
/>
</y>
</xsl:result-document>
</xsl:template>
<xsl:template
name=
"test"
>
<z>
<xsl:variable
as=
"xs:integer"
name=
"num"
select=
"."
/>
<xsl:value-of
select=
"$num"
/>
</z>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(1-1/2)
Loading...