pauldick 01/12/21 07:25:02 Modified: test/tests/conf-gold/output output31.out Log: No longer encode spaces and percent signs in uri references Revision Changes Path 1.4 +2 -2 xml-xalan/test/tests/conf-gold/output/output31.out Index: output31.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output31.out,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- output31.out 2000/12/21 03:42:26 1.3 +++ output31.out 2001/12/21 15:25:02 1.4 @@ -8,8 +8,8 @@ 6. "©" <A HREF="%C2%A9"></A> 7. "#" <A href="#"></A> 8. "¥" <A href="%C2%A5"></A> - 9. " " <A href="%20"></A><img src="Test%2031%20Gif.gif"> - 10."%" <A href="%25"></A> + 9. " " <A href=" "></A><img src="Test 31 Gif.gif"> + 10."%" <A href="%"></A> 11." " <A href="%09"></A> 12."" <A href="%7F"></A> 13."Ñ" <A href="%C3%91"></A>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]