Getting all the text values in an XML node


suppose i've got xmllist i'm working way through , want , "text" node. in other works strip out <xmtag> mark , possible attributes , leave content.

 

is there easy/fast way that?

 

<mynode>

     <title>the title of event here</title>

     <presenter>name , title of presenter here</presenter>

     <date starttime="somedate" />

      <desc><![cdata[some text in here. <b>might</b> have html or links or such.]]></desc>

     <resources>

          <res>a list of resources, downloads, etc.</res>

           <res>some other site or such</res>

     </resources>

</mynode>

if xml xml instance, after loading complete:

 

trace(xml.descedants("*").text());



More discussions in ActionScript 3


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support