AW: [SPAM] Re: AW: xmlize in jx and 'NOT_FOUND is not a function'

2005-11-14 Thread Merico Raffaele
Ciao Leszek > > Instead of the solution below with the 'stringToSAX' JavaScript function > I > > have solved the xmlize problem with the following statement in the > > JavaScript. > > > > var xmlizableWspResult = new > > org.apache.cocoon.xml.StringXMLizable(xmlString); > > > > The jx template now

Re: AW: xmlize in jx and 'NOT_FOUND is not a function'

2005-11-14 Thread Leszek Gawron
Merico Raffaele wrote: Hi Upayavira Instead of the solution below with the 'stringToSAX' JavaScript function I have solved the xmlize problem with the following statement in the JavaScript. var xmlizableWspResult = new org.apache.cocoon.xml.StringXMLizable(xmlString); The jx template now jus

AW: xmlize in jx and 'NOT_FOUND is not a function'

2005-11-10 Thread Merico Raffaele
Hi Upayavira Instead of the solution below with the 'stringToSAX' JavaScript function I have solved the xmlize problem with the following statement in the JavaScript. var xmlizableWspResult = new org.apache.cocoon.xml.StringXMLizable(xmlString); The jx template now just contains a simple Mor