Hi Tim,
I'm afraid I don't follow you here. Let me give an example and maybe
you can elaborate a little.
<?xml version="1.0" ?>
<container>
<item>
<anInt>1</anInt>
<anotherInt>2</anotherInt>
<yetAnotherInt>1</yetAnotherInt>
<aString>yes, it works</aString>
<aMessage>
<![CDATA[
This is a string that contains html <a href="http://
www.apple.com">Apple</a>. It doesn't work.<br>
This string ends up being empty when displayed, even though other
fields work fine.
]]>
</aMessage>
</item>
</container>
Thanks,
Ron
On Nov 9, 2005, at 8:46 AM, Tim Beynart wrote:
Not the best workaround, but why not just use the parent node for yout
HTML tags as your string? What is the issue with the child nodes being
read as nodes?
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron
Wagner
Sent: Wednesday, November 09, 2005 7:37 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] XML and CData
The ignoreWhite is set to true. I have four other fields which are
integers, all coming through fine so I know the XMLConnector is setup,
being triggered, and otherwise working ok. If I remove the CDATA from
the xml and send it through as text it comes through fine.
The problem is I know my data will have some html mixed in so I really
need the CDATA around it.
Any other ideas are more than welcome.
Thanks,
Ron
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders