I thought that xml embedded in xml was not well-formed. I know it works in a CDATA as long as the embedded xml does not itself contain a CDATA. Doesn't work if it does (at least with the parser I am using...)
I read something about XML Includes but don't fully understand what it is... Jennifer -----Original Message----- From: Jochen Wiedmann [mailto:[email protected]] Sent: September 3, 2009 4:23 PM To: [email protected] Subject: Re: Can I send XML document as parameter in xml-rpc On Thu, Sep 3, 2009 at 5:08 PM, Petersen, Jennifer<[email protected]> wrote: > I am anticipating we could have some problems with the xml messages as > it will result in an XML document embedded in another... Apart from the resulting document size: No, there should not be any problem, providing that both sides are capable to create and parse well formed XML. (Apache XML-RPC is capable, of course.) Jochen -- Perl rules: http://xkcd.com/224/
