Hope nobody minds the OT, the chattyfig servers are down AGAIN, and I don’t know where else to turn – been searching Google for some time now.  I am using xfactorstudios’ Xpath classes to bring in XML node data which contains text and HTML tags to display in a Flash text area component in the Flash 7 player.  Here is a snippet of the XML:

 

   <welcome>

            <introduction title="Welcome"><text><![CDATA[Welcome to the <a href=''>Center for Devices of Radiological Health</a>. More text...]]></text></introduction>

   </welcome>

 

The text area component is set to HTML=true, but when it renders, it shows the text plus the HTML:

 

   Welcome to the <a href=''>Center for Devices of Radiological Health</a>. More text...

 

The string from XPath interestingly enough looks like this:

 

   Welcome to the &lt;a href="" for Devices of Radiological Health&lt;/a&gt;. More text...

 

Not sure why Xpath is changing the nodes from <a> to &lt, but Flash doesn’t like it.  Anyone come across this before and have a solution?

 

 

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com

 

 


NOTICE:

This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to