load ther xml as such

var c:XML = new XML();
c.load....


etc handle the onLoad and the like

then XPATH.selectNodes(c,"./myNode....")

On 12/6/05, Merrill, Jason <[EMAIL PROTECTED] > wrote:

Thanks.  Yes, I believe I will need to use CDATA in so Flash views the data correctly – when you say "normal" – I assume you mean the Flash native XML class?  I would really like to use Xpath if at all possible.

 

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com









From: [email protected] [mailto:[email protected]] On Behalf Of Johannes Nel
Sent: Tuesday, December 06, 2005 3:44 PM


To: [email protected]
Subject: Re: [flexcoders] OT: Xpath and HTML problem

 

we had this problem when loading xml from a webservice and trying to tap into the raw response. are u using the XPATHdocument class, i would advise against that and say use the normal xml class and use the static methods on the xpath class to do your queries, but that said i think the conversation is happening due to the fact that u placed the information into cdata tags, thus it had to be encoded, iotherwise the dom would be not parse it properly. do u need to use cdata for this?

On 12/6/05, Merrill, Jason <[EMAIL PROTECTED]> wrote:

The HTML is inside the XML, as in my example, and loading into Flash using Xpath.

 

Jason Merrill   |   E-Learning Solutions   |  icfconsulting.com

 


From: [email protected] [mailto:[email protected]] On Behalf Of Johannes Nel
Sent: Tuesday, December 06, 2005 3:21 PM
To: [email protected]
Subject: Re: [flexcoders] OT: Xpath and HTML problem

 

how r loading this html?


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

 

 



YAHOO! GROUPS LINKS






--
j:pn


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




YAHOO! GROUPS LINKS




Reply via email to