⚲
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
»
SaxonJS
Overview
Roadmap
Issues
Blog
Documents
Forums
Files
Download (590 Bytes)
Bug #3475
» test.xsl
David Priest
, 2017-10-15 03:12
<xsl:transform
extension-element-prefixes=
"ixsl"
version=
"3.0"
xmlns:ixsl=
"http://saxonica.com/ns/interactiveXSLT"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:template
name=
"kickstart"
>
<xsl:message>
KICKSTARTED BROWSER
</xsl:message>
<xsl:apply-templates
select=
"ixsl:page()"
/>
<xsl:message>
KICKSTOPPED BROWSER
</xsl:message>
</xsl:template>
<xsl:template
match=
"/html/head/title"
>
<xsl:message>
MATCHING TITLE
</xsl:message>
<ixsl:set-attribute
name=
"title"
select=
"'SHAZAM!'"
/>
</xsl:template>
</xsl:transform>
« Previous
1
2
3
Next »
(3-3/3)
Loading...