Hi,

I have documents like the following:

<my:doc>
  <my:a>
    <my:name>Bob</my:name>
  </my:a>
  <my:b>
    <my:name>George</my:name>
  </my:b>
</my:doc>

I would like to create an element range index that will index the
my:name values under my:a, but not the my:name values under my:b

I cannot change the namespaces to differentiate between them.  Is there
a way to do this or do I have to index all the my:name values and filter
out the ones that came from the my:b element?  Thanks.

Bob

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to