Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/xml/jaxp/parsers/8024707/test.xsl
41155 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:transform exclude-result-prefixes="cscdt_ufunc" version="1.0"
3
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
xmlns:cscdt_ufunc="http://xml.apache.org/xalan/java">
5
<xsl:template match="/">
6
<xsl:value-of
7
select="cscdt_ufunc:TestFunc.test(/root/input1/seq-elem1)"
8
/>
9
</xsl:template>
10
</xsl:transform>
11
12