RE: [flexcoders] OT: Xpath and HTML problem

2005-12-07 Thread Merrill, Jason
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Johannes Nel Sent: Tuesday, December 06, 2005 4:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] OT: Xpath and HTML problem load ther xml as such var c:XML = new XML(); c.load etc handle the onLoad and the like

[flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Merrill, Jason
Hope nobody minds the OT, the chattyfig servers are down AGAIN, and I dont 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

Re: [flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Johannes Nel
how r loading this html?On 12/6/05, Merrill, Jason [EMAIL PROTECTED] wrote: 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

RE: [flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Merrill, Jason
3:21 PM To: flexcoders@yahoogroups.com 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

Re: [flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Johannes Nel
: [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

RE: [flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Merrill, Jason
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Johannes Nel Sent: Tuesday, December 06, 2005 3:44 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] OT: Xpath and HTML problem we had this problem when loading xml from a webservice and trying to tap

Re: [flexcoders] OT: Xpath and HTML problem

2005-12-06 Thread Johannes Nel
hannes Nel Sent: Tuesday, December 06, 2005 3:44 PM To: flexcoders@yahoogroups.com 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 th