Salut a tous,
Dans une expression Xpath en flash, j'essaye d'utilisé des truc comme :
- ancestor::node()
- parent::value()
- ...
par exemple :
oussongletNode = mx.xpath.XPathAPI.selectNodeList(_root.document.firstChild, "*/PRODUCTS/PRODUCT/*[ID_MARQUE='185']/parent::value()");
Mais ça marche pas Comment fairessongletNode = mx.xpath.XPathAPI.selectNodeList(_root.document.firstChild, "*/PRODUCTS/PRODUCT/*[ID_MARQUE='185']/ancestor:: PRODUCT");
Partager