Hi!

Considering the following hierarchy of node types: nt:parentType, nt:childType1 extends nt:parentType and nt:childType2 extends nt:parentType, than I am wondering if a query in the form:

//element(*, nt:parentType) is gonna return both types of children (or is it strict, meaning that the query will look only for nt:parentType nodes and no children of nt:parentType; Than to retrieve both children types nodes you should use //element(*, nt:childType1) or //element(*, nt:childType2)).

Thanks in advance,

./alex
--
.w( the_mindstorm )p.



Reply via email to