--- Avinder Bahra <[EMAIL PROTECTED]> wrote:

> There is an FAQ ( http://www.orbeon.com/community/faq#2.21  ) for
> parsing an XML string to an XML document using the XSLT processor and
> the saxon:parse function. However the input for the processor in the FAQ
> example uses an XML document. Is there a way I can wrap the above XML
> string inside a document so that I can use the same technique as the
> FAQ?

Yes. This will put the string returned by your EJB in a element named
"root":

    <root>
        <delegation:execute service="..." operation="...">
            ...
        </delegation:execute>
    </root>

Alex



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
orbeon-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to