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
<jx:out value="${xmlizableWspResult}"/>
More elegant, isn't it ... many thanks for your support ... Raffaele
> -----Ursprüngliche Nachricht-----
> Von: Upayavira [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 10. November 2005 09:55
> An: [email protected]
> Betreff: Re: xmlize in jx and 'NOT_FOUND is not a function'
>
> Merico Raffaele wrote:
> > Dear community
> >
> > Im using cocoon 2.1.7 and I have implemented the xmlize functionality
> > according to
> > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108680748429717&w=2.
> But
> > now I get the following error 'NOT_FOUND is not a function'.
> >
> > Any help would be very appreciated ... many thanks in advance ...
> Raffaele
>
> A guess, could you try:
>
> <jx:macro name="xmlize">
> <jx:parameter name="value"/>
> <jx:parameter name="ignoreRoot" default="false"/>
> <jx:set var="ignored"
> value="${cocoon.session.getAttribute('stringToSAX')( value,
> cocoon.consumer, ignoreRoot )}"/>
> </jx:macro>
>
> as your macro. Something did change, to do with accessing
> session/request I think, just not sure when. I'm also not sure whether
> this is valid syntax. :-(
>
> Regards, Upayavira
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]