PDA

View Full Version : XPath with two conditions


PIB
08-10-2006, 06:12 AM
I want to do something like that, but with two conditions

myData:/myXML[1]/person[@show = 'simpsons']

Ex: show ='simpsons' AND gender='male'

jcmaxx
08-10-2006, 10:17 AM
Ex: show ='simpsons' AND gender='male'
See this post (http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&threadid=6955&highlight=xpath+or).

PIB
08-10-2006, 10:50 AM
great, thanks