sboag 01/06/21 18:36:28 Modified: test/tests/conf-gold/output output33.out Log: The href attribute should not have the ampersand escaped, according to our rules for URL attribute escaping. Revision Changes Path 1.3 +2 -2 xml-xalan/test/tests/conf-gold/output/output33.out Index: output33.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/output/output33.out,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- output33.out 2001/01/31 22:48:17 1.2 +++ output33.out 2001/06/22 01:36:28 1.3 @@ -1,6 +1,6 @@ <HTML> <area test="&"> -<area href="cgiprogram?param1=1&Param2=2"> +<area href="cgiprogram?param1=1&Param2=2"> <base> <basefont> <br> @@ -12,4 +12,4 @@ <link> <meta> <param> -</HTML> +</HTML> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
