Nevermind I did this and it works yipee!!!
var tv = XPath.selectNodes(this,"portfolio/company[campaign/media/tv]/name/text()");
by the way I use XPath from Xfactor for Flash and XML works great!
I want to select company name text for every company that has a campaign/media/print element. I'm using flash and am able to do this.
var company = XPath.selectNodes(this,"portfolio/company/name/text()");
and retrieve all companies.
Here is a snippet of the xml file
<portfolio>
<company ID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.