great!! i just get the binaries, configure as is explained (set two enviroment variables) and it works!! i have a question however, the XPath query just works for the atributes of the root element of the document? the child atributes seems not to be considered when you query for them in a collection. example:
<product_list>
<product id="100">....</product>
<product id="102">....</product>
<product id="103">....</product>
</product_list>
if you query /product_list/product[@id="101"] get a 'no match' response...
anyway a great product.
|