⚲
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
»
Saxon-CE
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Download (692 Bytes)
Bug #1445
» test-ce.xsl
xslt test file -
Philip Fearon
, 2012-03-23 15:56
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"2.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:ixsl=
"http://saxonica.com/ns/interactiveXSLT"
xmlns:js=
"http://saxonica.com/ns/globalJS"
xmlns:prop=
"http://saxonica.com/ns/html-property"
xmlns:style=
"http://saxonica.com/ns/html-style-property"
xmlns:saxon=
"http://saxon.sf.net/"
>
<xsl:template
name=
"main"
>
<xsl:apply-templates
select=
"ixsl:page()/*"
/>
</xsl:template>
<xsl:template
match=
"div[@id = 'hello']"
>
<xsl:result-document
href=
"?select=."
method=
"ixsl:replace-content"
>
<p>
HELLO WORLD!!
</p>
</xsl:result-document>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(2-2/2)
Loading...