⚲
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 (517 Bytes)
Bug #4029
» test.xsl
saxon:path() test XSLT -
David Sewell
, 2018-11-15 20:31
<?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"
xmlns:saxon=
"http://saxon.sf.net/"
version=
"3.0"
>
<xsl:mode
on-no-match=
"shallow-copy"
/>
<xsl:template
match=
"i"
>
<xsl:copy>
<xsl:if
test=
"matches(., 'nugget')"
>
<xsl:message>
Found a nugget at
<xsl:value-of
select=
"saxon:path()"
/></xsl:message>
</xsl:if>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(2-2/2)
Loading...