all groups > flash data integration > june 2005 >
You're in the

flash data integration

group:

External xml - " in text covereted to "


External xml - " in text covereted to " gptpyro
6/28/2005 1:35:43 PM
flash data integration:
Basically using this:

onClipEvent (load) {

//Set the name of the XML document
this.XMLDocName = "XML/SOMEFILE.xml"

//Set the node variable
this.NodeNumber = 0;
}

And the xml would look something like this:

<ChallengeOne>
<link>a) "RSCNAME" - AUTHORNAME (x:xx)
<URL>.swf</URL>
</link>
</ChallengeOne>

Now when viewing it all the " signs are being coverted to ' in Flash. Is there
anyway anyone can think of to fix this?
Re: External xml - " in text covereted to &quot; perry
6/29/2005 12:00:00 AM
as far as i know it´s illegal to use a " in an xml file, should be escaped
to &quot;
pretty much like in html

perry


"gptpyro" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:d9rjnf$lef$1@forums.macromedia.com...
[quoted text, click to view]

AddThis Social Bookmark Button