[Home] [By Thread] [By Date] [Recent Entries]
Andreas Schlegel wrote:
<persons> <person name="Bill" job="Developer"/> <person name="Steve" job="Admin"/> <person name="Betty" job="CEO"/> </persons> That's xpath basics, what you need is just person[@name='Betty'], what means in english "Select all person elements children of the current node, which have attribute name with string value 'Betty'". For more info see xpath recommendation at http://www.w3.org/TR/xpath. -- Oleg Tkachenko eXperanto team Multiconn International, Israel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



