Can you add an attribute to the elements you want included? A field word lexicon has support for including only those elements with a certain attribute.

On Jul 9, 2009, at 2:58 PM, "Runstein, Robert E. (Contr) (IS)" <[email protected] > wrote:

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
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to