K
kishjeff
I'm still looking at this.. is this even possible?
I'd like to search a set of xml files
I want to skip all xml files that have a <client> element that
contains more than one <majortab> element,
but otherwise search for some elements with a @select attribute.
So I'm not sure how to skip the docs (or at least prevent them from
being included in the results) that have say:
<client>
<majortab ... /><majortab ... />
</client>
thanks for the hints.. still reading honestly!
Jeff
I'd like to search a set of xml files
I want to skip all xml files that have a <client> element that
contains more than one <majortab> element,
but otherwise search for some elements with a @select attribute.
So I'm not sure how to skip the docs (or at least prevent them from
being included in the results) that have say:
<client>
<majortab ... /><majortab ... />
</client>
thanks for the hints.. still reading honestly!
Jeff