I have a question about xpath search syntax. The following xpath search works //A//*[ @rdf:type = 'w2x:News' ] but, the following multi-level node path gives exception: Parse error: data is not a RelationQueryNode //A/1/B//*[ @rdf:type = 'w2x:News' ]
I want to search for any descendants under node //A/1/B. What's the right way to specify the node path in xpath query? thanks, -aj http://healthline.com
