Ok, so I had a better look at the FOP API, and it will take a Document instead of an InputSource. But I am having another prob. I also optionally transform XML within the SOAP method. I'm using DOMSource for the Source type required by the transform method. I'm passing the Element coming into the method to the DOMSource constructor.
>From the transformation though, it appears as if the root node is perhaps missing, because it isn't being matched in the XSL. If I do this w/ a string version of the XML, no prob. Where am I having a prob? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily� ----- Original Message ----- From: "David B. Bitton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 12:49 AM Subject: http://xml.apache.org/xml-soap/literalxml > If I specify http://xml.apache.org/xml-soap/literalxml for the encoding type > for an method parameter, then the assumed type for this parameter is > Element. Is there another encoding type that will allow for a Document > type? If not, how do I get my Element object to a DOM, or really, I need it > to be an InputSource. > > Thanks. > > -- > > David B. Bitton > [EMAIL PROTECTED] > www.codenoevil.com > > Code Made Fresh Daily� >
