sboag 00/12/20 19:19:54
Modified: test/tests/conf/namespace namespace25.xml namespace25.xsl Log: Crimson croaks when the xml decl is not present, which I think is a bug in Crimson, but there's no reason not to have it, so I added it. Revision Changes Path 1.2 +1 -0 xml-xalan/test/tests/conf/namespace/namespace25.xml Index: namespace25.xml =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace25.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- namespace25.xml 2000/12/17 21:28:43 1.1 +++ namespace25.xml 2000/12/21 03:19:54 1.2 @@ -1,2 +1,3 @@ +<?xml version="1.0"?> <?xml-stylesheet href="test.xsl" type="text/xsl"?> <foo/> 1.2 +1 -0 xml-xalan/test/tests/conf/namespace/namespace25.xsl Index: namespace25.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace25.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- namespace25.xsl 2000/12/17 21:28:43 1.1 +++ namespace25.xsl 2000/12/21 03:19:54 1.2 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:foo="aaa">
