>From the docs, xml:transform only supports a URI, Reader or InputStream as input for the xml attribute.
You could write your xml doc to a file and then create a reader to pass to transform. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Paul Libbrecht <[EMAIL PROTECTED]> wrote on 18/01/2003 03:50:37 AM: > > Jellyers, > > I seem to be missing an element that does the following: I have an xml > parsed into a variable using, eg, xml:parse. Now I'd like to address > this to the xml:transform element... without outputting it, of course ! > > How can I do such a thing ?? > Is there something like "<core:execVar name="varName"/> which could be > a child of xml:transform ?? > > Thanks. > > Paul > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > ForwardSourceID:NT000A42CE -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
