PDA

View Full Version : xml :: xpath


tg
07-26-2004, 04:22 PM
does anyone know of any flash xml class rewrites out there where someone may have rewritten the xml object to comply with xpath?

krock
07-26-2004, 05:06 PM
Do you know about the XPath implementation in Flash 2004? The object is called XPathAPI. Once you include it you can use it to selectNodeList() and selectSingleNode(). If you don't know about it already, let me know if you want more info on it.

There is also http://www.xfactorstudio.com/Actionscript/AS2/XPath/

Hope this helps.

tg
07-26-2004, 08:59 PM
thanks, i didn't know about it, i guess i will have to get mx2004. darn.

thanks for the link, i'll check it out.

cheers.

tg
07-26-2004, 09:01 PM
hah! double thanks. there is an as1 version of it. this is exactly what i was looking for.