dmarston 01/08/03 07:55:17
Added: test/tests/conf-fail copy29.xml copy29.xsl
Log:
Put these where they can be seen by all participants.
Revision Changes Path
1.1 xml-xalan/test/tests/conf-fail/copy29.xml
Index: copy29.xml
===================================================================
<?xml version="1.0"?>
<doc name="foo">
<!-- This is a comment -->
test<![CDATA[<]]>
<?a-pi some data?>
</doc>
1.1 xml-xalan/test/tests/conf-fail/copy29.xsl
Index: copy29.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: copy29 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 12.4 current() -->
<!-- Creator: David Marston -->
<!-- Purpose: current() should work in copy-of. -->
<xsl:template match="/">
<out>
<xsl:copy-of select="."/>
<xsl:text> </xsl:text>
<xsl:copy-of select="current()"/>
</out>
</xsl:template>
</xsl:stylesheet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]