⚲
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 (478 Bytes)
Bug #6221
» bugIdentity.xsl
The transformation -
Dimitre Novatchev
, 2023-10-11 22:43
<xsl:stylesheet
version=
"3.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xsl:output
method=
"text"
omit-xml-declaration=
"yes"
indent=
"yes"
/>
<xsl:variable
name=
"vResult"
as=
"map(*)"
>
<xsl:evaluate
xpath=
"string(/*/text())"
/>
</xsl:variable>
<xsl:template
match=
"/"
name=
"identity"
>
<xsl:sequence
select=
"serialize($vResult, map{'method':'json'})"
/>
</xsl:template>
</xsl:stylesheet>
« Previous
1
2
3
4
5
Next »
(4-4/5)
Loading...