curcuru 01/07/31 12:30:14
Added: test/tests/api/xalanj2 TransformStateAPITest.xsl
TransformStateAPITest.xml
Log:
Missing test stylesheet/data file for, you guessed it, TransformStateAPITest
Revision Changes Path
1.1
xml-xalan/test/tests/api/xalanj2/TransformStateAPITest.xsl
Index: TransformStateAPITest.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- xsl-comment-1 Filename: TransformStateAPITest.xsl -->
<xsl:variable name="variable1" select="variable-1-value"/>
<xsl:param name="param1" select="param-1-value-default"/>
<xsl:template match="/" name="template-1-root">
<doc>
<mode-header>
<xsl:text>xsl-text-1</xsl:text>
<xsl:value-of select="$variable1" />
<xsl:value-of select="$param1" />
<xsl:element name="xsl-element-1">
<xsl:attribute
name="xsl-attribute-1">xsl-attribute-1-value</xsl:attribute>xsl-element-content-newline
</xsl:element>
</mode-header>
<mode-none><xsl:apply-templates select="item" /></mode-none>
<mode-ala><xsl:call-template name="apple" /></mode-ala>
</doc>
</xsl:template>
<xsl:template match="item">
<pie><xsl:copy/></pie>
</xsl:template>
<xsl:template name="apple">
<apple><xsl:apply-templates select="list" mode="ala" /></apple>
</xsl:template>
<xsl:template match="list" mode="ala">
<icecream>text-literal-chars<xsl:text>xsl-text-2a</xsl:text><xsl:copy-of
select="."/></icecream>
</xsl:template>
</xsl:stylesheet>
1.1
xml-xalan/test/tests/api/xalanj2/TransformStateAPITest.xml
Index: TransformStateAPITest.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<list>
<item>Xalan-J 1.x</item>
<item>Xalan-J 2.x</item>
<item>Xalan-C 1.x</item>
<list>
<item>Xalan documentation</item>
<item>Xalan tests</item>
</list>
</list>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]