Cantor, Scott cantor.2 at osu.edu
Tue Apr 21 10:02:17 EDT 2015


On 4/21/15, 3:55 AM, "LECUYER, Dominic" <dominic.lecuyer at capgemini.com> wrote:
>My problem is the escaping of the characters.

No, your problem is using "string" as a type to carry XML, that's not correct. You would have to construct an XMLObject tree and embed that as the value.

But you really shouldn't, as Jeff indicated.

>I am now thinking of how to create my own AbstractXMLObject extentions and factories but this seems to be excessive work with unsure results ^^.

I believe you can use XSAny to construct any tree required if you wanted to, but I'm not really familiar. It's just a bad idea regardless.

-- Scott



More information about the dev mailing list