-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stefan,
Stefan wrote: > Christopher Schultz schrieb: >> Compare this to XSLT. If you want a stylesheet to emit an '&', don't you >> use &? And if you want to emit '&' you have to double it. I >> don't see the difference, and I think that the OP is being >> unreasonable ;) > > Not in my xslt ;-) It depends of the output method. If you output xml, > & still gets & It is meanless to create a not well formed xml. I > don't remember what the output method text or html makes. Fair enough. When you put "&" into your XSLT, the processor sees it as "entity:amp". When you write that out, the exact display depends on the output format. If it's emitting XML (or XHTML), you get "&" right back out. But, if you're outputting HTML (?) or text (definitely), then you get '&'. If you want to emit "&" in text mode, you'll definitely have to double-up the amps. The problem is that JSPX is not XSLT. It's really JSP with some extra junk thrown in. Fortunately for me, I don't have to use it ;) - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF03Ku9CaO5/Lv0PARAnGiAJ4moNhXPrF8DO6ujsDLicran2b5+QCfXYLx CHxMCqxWfgOjcE/I0KA8Iik= =dxKm -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]