Nicholas Sushkin schrieb:
He doesn't want to see '&', he wants to see '&' in his browser rendering an XHTML document produced by an JSPX page. So, the point of the post was probably that XHTML serializer of JSPX output should be more XML-like and serialize '&' as '&', not as '&'.

On Wednesday 14 February 2007 12:38, Christopher Schultz wrote:
If you put & into an XML file, it gets treated as a single '&'. If
you want '&amp;', you gotta say '&amp;amp;'. <shrug>

Almost. I'll produce xml which goes through a xslt filter. The jspx should generate a valid xml file and it would be nice, if the users can produce the jspx files with standard editors/methods, without "double-amps".

--
Stefan


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to