⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Agiles Projektmanagement einrichten
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
Agiles Projektmanagement einrichten
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (634 Bytes)
Bug #5079
» inner-base-uri-test1.xsl
Needs to be in xslt subdirectory -
Martin Honnen
, 2021-09-03 20:48
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes=
"#all"
version=
"3.0"
>
<xsl:template
match=
"uri"
>
<xsl:comment>
nested stylesheet module
</xsl:comment>
<xsl:copy>
<xsl:attribute
name=
"static-base-uri"
select=
"static-base-uri()"
/>
<xsl:attribute
name=
"base-uri"
select=
"base-uri()"
/>
<xsl:attribute
name=
"resolve-uri"
select=
"resolve-uri(.)"
/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
4
Next »
(4-4/4)
Loading...