On Nov 13, 2007 6:45 AM, Dave <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The  &lt; , &gt; 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 "&lt;" with "<" in fld "FieldXML"
    replace "&gt;" with ">" in fld "FieldXML"

Then it all worked fine.

HTH,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to