Hello all,

I am having problems indexing xml attributes using the DIH.

I have the following xml:

<root>
<Stuff attr1="some attr" attr2="another attr>
...
</Stuff>
</root>

I am using the following XPath for my fields:
<field column="attr1" xpath="/root/Stuff/@attr1" />
<field column="attr2" xpath="/root/Stuff/@attr2" />


However nothing is getting inserted into my index.

I am pretty sure this should work so I have no idea what is wrong.

Can anyone else confirm that this is a problem?  Or is it just me?

Thanks,
Billy

Reply via email to