dmarston 02/05/09 13:32:37 Added: test/tests/conf/attribset attribset40.xsl attribset40.xml Log: The (failing) test for #5389. Revision Changes Path 1.1 xml-xalan/test/tests/conf/attribset/attribset40.xsl Index: attribset40.xsl =================================================================== <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:bdd="http://bdd.test.com"> <!-- FileName: attribset40 --> <!-- Document: http://www.w3.org/TR/xslt --> <!-- DocVersion: 19991116 --> <!-- Section: 7.1.3 Creating Attributes --> <!-- Creator: David Marston --> <!-- Purpose: The attribute must be in the designated namespace, even if the prefix has to be reset or ignored. --> <xsl:template match="/"> <out> <bdd:jam> <xsl:attribute name="{docs/b}" namespace="http://xyz.com">jaminben</xsl:attribute> </bdd:jam> </out> </xsl:template> </xsl:stylesheet> 1.1 xml-xalan/test/tests/conf/attribset/attribset40.xml Index: attribset40.xml =================================================================== <?xml version="1.0"?> <docs> <b>bdd:attr</b> </docs>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
