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

On Nov 9, 2005, at 6:10 AM, Muzak wrote:

Make sure you set the correct parameters for the XMLConnector in the properties panel.

URL: path to xml file
direction: receive (send and receive will NOT work)
ignoreWhite: true

Call the .trigger() method on the XMLConnector instance to load the xml.

Other than the "space" bug it should work just fine.

regards,
Muzak


----- Original Message -----
From: "Ron Wagner" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Wednesday, November 09, 2005 7:10 AM
Subject: Re: [Flashcoders] XML and CData


I should add that with the space betwen the <node> and <![CDATA it works in the schema editor, but still does not work when viewing data. Used the same exact data to edit the schema as is being used when testing live. Going to try the method that Miles
Thompson  recommended in the morning.

Ron




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to