⚲
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 (577 Bytes)
Bug #4969
» test.xsl
Michael Kay
, 2021-04-15 00:42
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
exclude-result-prefixes=
"#all"
version=
"3.0"
xmlns:test=
"http://www.example.com/test"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:template
name=
"xsl:initial-template"
>
<xsl:variable
as=
"element(test:e)"
name=
"e"
>
<test:e
/>
</xsl:variable>
<xsl:variable
as=
"element(test:e)"
name=
"e"
>
<xsl:copy-of
select=
"$e"
validation=
"strict"
/>
</xsl:variable>
<xsl:message
select=
"$e"
/>
<xsl:sequence
select=
"$e"
/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
4
5
Next »
(2-2/5)
Loading...