⚲
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 (393 Bytes)
Bug #2138
» test2.xsl
Evan Lenz
, 2014-09-02 22:41
<xsl:stylesheet
version=
"2.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes=
"xs"
>
<xsl:template
match=
"/"
>
<xsl:for-each
select=
"foo/bar[3]"
>
<xsl:variable
name=
"type"
select=
"@type"
/>
<xsl:number
count=
"bar[@type eq $type]"
level=
"any"
/>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
Next »
(3-3/3)
Loading...