productNames = XPath.selectNodes(catalog_xml, "/shirtBin/shirt/name/text()");

var ttTotal = XPath.selectNodes(catalog_xml,"/shirtBin/shirt[price<12.00]");

Is it possible to say do another XPath query and get back a list of results. Then pass that xml object (ttTotal) through instead of catalog_xml?

Thanks
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to