sboag 00/12/20 19:41:37
Modified: test/tests/conf-gold/output output63.out Log: Since the both elements are unknown in regards to their white-space sensitivity, it is better to treat them as whitespace sensitive elements. The XSLT specification needs to be clarified on this point. Revision Changes Path 1.3 +1 -2 xml-xalan/test/tests/conf-gold/output/output63.out Index: output63.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output63.out,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- output63.out 2000/12/19 22:55:59 1.2 +++ output63.out 2000/12/21 03:41:37 1.3 @@ -1,3 +1,2 @@ -<root> -<jsp:setProperty xmlns:jsp="http://www.w3.org/jsp" value="blah" property="blah" name="blah"/> +<root><jsp:setProperty xmlns:jsp="http://www.w3.org/jsp" value="blah" property="blah" name="blah"/> </root>
