Salut a tous,

Dans une expression Xpath en flash, j'essaye d'utilisé des truc comme :
  • ancestor::node()
  • parent::value()
  • ...

par exemple :
ssongletNode = mx.xpath.XPathAPI.selectNodeList(_root.document.firstChild, "*/PRODUCTS/PRODUCT/*[ID_MARQUE='185']/parent::value()");
ou
ssongletNode = mx.xpath.XPathAPI.selectNodeList(_root.document.firstChild, "*/PRODUCTS/PRODUCT/*[ID_MARQUE='185']/ancestor:: PRODUCT");
Mais ça marche pas Comment faire