[Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
Has anone encountered the following error that doesn't allow you to query child nodes of a particular node? Here is the sample code. Sorry for the wrapping: --- import com.xfactorstudio.xml.xpath.*; _global.XPath = XPath; // XML var myStr:

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
T +44(0)207 478 4488 | www.bouncedigital.co.uk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning Sent: 03 November 2005 12:13 To: Flashcoders mailing list Subject: [Flashcoders] XPath Error... Has anone encountered the following error that doesn't allow you

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
03, 2005 8:30 AM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] XPath Error... > > Hmm... it works if you nest the predicate bit to... > > "//product[colors[clr= 'green']]" > > ...apparen

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
nt: Thursday, November 03, 2005 8:30 AM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] XPath Error... > > Hmm... it works if you nest the predicate bit to... > > "//product[colors[clr= 'green']]" > > ...apparently (after

Re: [Flashcoders] XPath Error...

2005-11-03 Thread Muzak
ards, Muzak - Original Message - From: "Chris Wilcox" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, November 03, 2005 2:30 PM Subject: RE: [Flashcoders] XPath Error... Hmm... it works if you nest the predicate bit to... "//product[

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: 03 November 2005 14:09 To: Flashcoders mailing list Subject: Re: [Flashcoders] XPath Error... But the xml structure is not consistent (unless there was a typo). So, if i'm not

Re: [Flashcoders] XPath Error...

2005-11-03 Thread grant
Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: 11/3/05 10:00 AM Subject: RE: [Flashcoders] XPath Error... > Well spotted hadn't seen the inconsistent xml, which means you're also > right about the XPath... > > > > Chris Wilcox >