On Fri, Apr 12, 2002 at 10:33:16AM +0200, Markus Jais wrote: > how can I accomplish that the correct xml without escaping > is inserted. this is important for my application, because > I am using stylesheet which process the inserted xml.
Probably the easiest way for your sanity is to write a taglib using TaglibHelper or SimpleTaglib. This should make your pages a bit mroe maintainable as well as making it easy to emit XML. - Barrie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
