ttTotal is an array though.  But yes, if you get an elements, let's
say ttTotaltt[0], you can treat that as if it were an XML file and use
it further on other queries.

Mon

On 12/2/05, Mike Boutin <[EMAIL PROTECTED]> wrote:
> 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
>


--
Ramon Miguel M. Tayag
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to