dmarston 02/01/16 15:11:40 Added: test/tests/conf/boolean boolean81.xsl boolean81.xml Log: New cases to confirm bugs more easily. Revision Changes Path 1.1 xml-xalan/test/tests/conf/boolean/boolean81.xsl Index: boolean81.xsl =================================================================== <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- FileName: boolean81 --> <!-- Document: http://www.w3.org/TR/xpath --> <!-- DocVersion: 19991116 --> <!-- Section: 3.4 --> <!-- Creator: David Marston --> <!-- Purpose: Test of '=' operator with one number with leading zero, one not. Reverse order of boolean14.--> <xsl:template match="/"> <out> <xsl:value-of select="'001' = 1"/> </out> </xsl:template> </xsl:stylesheet> 1.1 xml-xalan/test/tests/conf/boolean/boolean81.xml Index: boolean81.xml =================================================================== <?xml version="1.0"?> <doc> </doc>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
