> From: Deepak Mehta [mailto:[EMAIL PROTECTED]] > > Hi All, > > Here is some info on the specs of my setup before I explain the problem: > > -CPU: MacOSX 10.1.4 running JDK 1.3.1 > -EJB: Jonas 2.4.4 with embedded tomcat 3.3.1 and cocoon 2.0.2 > -DB: PostgreSQL 7.1.2 with standard JDBC drivers > > Setup: Jonas runs EJBs and Tomcat has a singleton servlet that connects to > the EJB and has methods for the XSP pages to generate dynamic XML. > > Problem: if I let the singleton generate a String containing the final XML, > which is easy, since I do not need to throw a lot of things Cocoon's way, > then the problem is that Cocoon converts the '<' and '>' to > and <...
If you have '<', '>', and '&' characters in character nodes of the XML they are escaped according to the XML standard using mentioned sequences. If you want to generate XML but not a text node in the XML generated by your XSP (that's inside XSP, right?) you have to convert your String into XML - i.e., parse this string using XML parser. This is automated by util logicsheet. See archives/docs/util logicsheet source. Vadim > Is there a way to stop Cocoon from messing with the String data in an xsp > page? > > Thanks > Deeeep > > -- > ------------------------------------------------------------------------ --- > Deepak 'Deep' Mehta > E-mail: [EMAIL PROTECTED] > URL: http://www.deeeep.com/ > > PGP Fingerprint: 837E B8E6 6AF4 6675 2730 0848 7731 09F5 3445 00A5 > > Money-making is a wonderful thing (Maxin & Skin in Carmen Queasy) > ------------------------------------------------------------------------ --- --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>