garyp 01/08/09 10:16:33
Added: test/tests/bugzilla Bugzilla3060.xsl Bugzilla3060.xml
Bugzilla3060.out
Log:
Test for xmlns:foo="foo" where prefix is the same as the URI.
Revision Changes Path
1.1 xml-xalan/test/tests/bugzilla/Bugzilla3060.xsl
Index: Bugzilla3060.xsl
===================================================================
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:foo="foo" >
<xsl:template match="foo:bar">
<out><xsl:apply-templates /></out>
</xsl:template>
</xsl:stylesheet>
1.1 xml-xalan/test/tests/bugzilla/Bugzilla3060.xml
Index: Bugzilla3060.xml
===================================================================
<foo:bar xmlns:foo="foo">
<a>Text</a>
</foo:bar>
1.1 xml-xalan/test/tests/bugzilla/Bugzilla3060.out
Index: Bugzilla3060.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns:foo="foo">
Text
</out>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]