all groups > flash actionscript > august 2006 >
You're in the

flash actionscript

group:

XML problem -- C


XML problem -- C CoDo
8/20/2006 12:41:13 PM
flash actionscript:
My XML loads succesfull.
It is 20 K and about 270 lines/nodes.

Trace shows 200 lines correct and not more.
Is this a limit of trace() ???

When I open the xml file in IE it show an error in line 134.

I checked 15 times and there is surely no typo in the xml.

Anyone any idea??

TIA
Cor
Re: XML problem -- C Maxwell
8/21/2006 7:41:35 AM
I have run into this if you use any character such as <,>,/, anything
that might be part of an HTML string. I have used escape characters in
place of these characters such as &lt; instead of <.

Hope this helps.

Max

[quoted text, click to view]
AddThis Social Bookmark Button