XML Problem?

Sarah Reichelt sarah.reichelt at gmail.com
Mon Nov 12 23:36:20 EST 2007


On Nov 13, 2007 6:45 AM, Dave <dave at looktowindward.com> wrote:
> Hi,
>
> The  < , > and actually part of the XML. I am receiving this
> from a .NET WebServices server.
>
> I thought that XML would expand them out for me, guess not and this
> is just a trick for WebServices.

Dave, I just found it was OK if I did a couple of replaces first:

    replace "<" with "<" in fld "FieldXML"
    replace ">" with ">" in fld "FieldXML"

Then it all worked fine.

HTH,
Sarah



More information about the use-livecode mailing list