⚲
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 (555 Bytes)
Bug #6524
» main.xsl
Mircea Enachescu
, 2024-09-04 09:44
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:fn=
"http://www.w3.org/2005/xpath-functions"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes=
"xs fn"
version=
"2.0"
>
<xsl:output
indent=
"yes"
method=
"xml"
/>
<xsl:template
match=
"root"
>
<xsl:message>
main
</xsl:message>
<xsl:sequence
select=
"fn:transform( map { 'stylesheet-location' : 'external.xsl', 'source-node' : . } ) ? output"
/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
Next »
(3-3/3)
Loading...