Title: xpath query

if i evaluate .//A i get all A nodes. i should get all A nodes from the context that i've passed. is this a bug or a feature?

also, if i say /A/B[3]/preceding-sibling::B[1]
does xalan stop processing nodes when it gets the required node? or does it create a list of all preceding siblings and then selects the first one?


thanks
jaspreet

Reply via email to