⚲
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 (447 Bytes)
Support #4398
» saxonissues2.xsl
Priscilla Walmsley
, 2019-11-27 18:16
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:ord=
"http://datypic.com/ord"
exclude-result-prefixes=
"#all"
version=
"2.0"
>
<xsl:template
match=
"/"
>
<xsl:variable
name=
"root"
as=
"element()"
>
<root
xmlns:ord=
"http://datypic.com/ord"
>
<order/>
</root>
</xsl:variable>
<xsl:sequence
select=
"resolve-QName( 'ord:myName', $root) "
/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(1-1/2)
Loading...