Re: [Flashcoders] XPathAPI question

2006-03-20 Thread Patrick Matte
Thanks, it works with the xfactorstudio library. - Original Message - From: "Chris Allen" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, March 20, 2006 7:08 PM Subject: Re: [Flashcoders] XPathAPI question On 3/20/06, Patrick Matte <[EM

Re: [Flashcoders] XPathAPI question

2006-03-20 Thread Chris Allen
On 3/20/06, Patrick Matte <[EMAIL PROTECTED]> wrote: > Is it just me or the mx.xpath library doesn't support the "//" syntax to > select every nodes that match the selection no matter where they are? > > Like this for example doesn't work: > > XPathAPI.selectNodeList(menuXML,"//[EMAIL PROTECTED]'tr

[Flashcoders] XPathAPI question

2006-03-20 Thread Patrick Matte
Is it just me or the mx.xpath library doesn't support the "//" syntax to select every nodes that match the selection no matter where they are? Like this for example doesn't work: XPathAPI.selectNodeList(menuXML,"//[EMAIL PROTECTED]'true']"); ___ Flash