mkwan 2003/04/08 12:47:58
Modified: test/tests/conf/impincl impincl11.xml impincl11.xsl
Added: test/tests/conf/impincl/fragments ss6.xsl
Log:
Update testcase impincl11 to cover bugzilla 17448.
Revision Changes Path
1.2 +1 -0 xml-xalan/test/tests/conf/impincl/impincl11.xml
Index: impincl11.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl11.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- impincl11.xml 16 Dec 2000 01:12:39 -0000 1.1
+++ impincl11.xml 8 Apr 2003 19:47:57 -0000 1.2
@@ -4,6 +4,7 @@
<author>Joe Jones</author>
<publisher>Conformance Press</publisher>
<overview>testing-import</overview>
+ <price>25.85</price>
<chapters>
<chapter num="1">know XSL</chapter>
<chapter num="2">love XSL</chapter>
1.3 +2 -1 xml-xalan/test/tests/conf/impincl/impincl11.xsl
Index: impincl11.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl11.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- impincl11.xsl 13 Mar 2002 13:40:29 -0000 1.2
+++ impincl11.xsl 8 Apr 2003 19:47:57 -0000 1.3
@@ -9,10 +9,11 @@
<!-- Purpose: Nest imports and includes using relative paths. -->
<xsl:import href="fragments/ss2.xsl"/>
+<xsl:import href="fragments/ss6.xsl"/>
<xsl:template match="/">
<out>
- <xsl:value-of select="concat($mParam,$nParam,$oParam,$pParam)"/>
+ <xsl:value-of select="concat($mParam,$nParam,$oParam,$pParam, $qParam)"/>
<xsl:apply-templates/>
</out>
</xsl:template>
1.1 xml-xalan/test/tests/conf/impincl/fragments/ss6.xsl
Index: ss6.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:param name="qParam" select="string('!From ss6!')"/>
<xsl:template match="price">
q-price:
<xsl:value-of select="."/>
</xsl:template>
</xsl:stylesheet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]