dmarston 00/12/19 14:56:23
Modified: test/tests/conf/whitespace whitespace17.xml Log: Better handling of new-lines and other special characters Revision Changes Path 1.2 +2 -3 xml-xalan/test/tests/conf/whitespace/whitespace17.xml Index: whitespace17.xml =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/whitespace/whitespace17.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- whitespace17.xml 2000/12/15 21:43:09 1.1 +++ whitespace17.xml 2000/12/19 22:56:22 1.2 @@ -1,4 +1,3 @@ <?xml version="1.0"?> -<doc> - <foo>a</foo> -</doc> \ No newline at end of file +<doc><foo>a</foo></doc> +
