On Sat, Sep 06, 2003 at 06:10:26PM +0100, Sam Hough wrote:
: 
: Tomcat 4.1.27 on Win32 given
: 
: <?xml version="1.0"?>
: <jsp:root xmlns=http://java.sun.com/JSP/Page version="1.2">
:     <h1>Cat &amp; Dog</h1>    
: </jsp:root>
: 
: Generates
: 
: <h1>Cat & Dog</h1>
: 
: Can anybody confirm that this is correct behaviour?

Why did the "&amp;" entity get changed to a plain "&" character?  That's
not kosher with HTML-4.01 specs.


-- 
Eugene Lee
http://www.coxar.pwp.blueyonder.co.uk/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to