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]