⚲
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 (724 Bytes)
Bug #4397
» saxonissues.xsl
Priscilla Walmsley
, 2019-11-27 17:41
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:fn=
"http://www.w3.org/2005/xpath-functions"
xmlns:local=
"http://www.functx.com/local"
xmlns:functx=
"http://www.functx.com"
xmlns:array=
"http://www.w3.org/2005/xpath-functions/array"
exclude-result-prefixes=
"#all"
version=
"3.0"
>
<xsl:function
name=
"local:is-array"
as=
"xs:boolean"
>
<xsl:param
name=
"results"
/>
<xsl:sequence
select=
"$results instance of array(*)"
/>
</xsl:function>
<xsl:template
match=
"/"
>
<test>
<xsl:sequence
select=
"local:is-array( array:filter( ['ab', 'xy'], starts-with#2(?, 'a')) )"
/>
</test>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
Next »
(1-1/2)
Loading...