When I have a forEach attribute like the following:

forEach="/medical-topics/medical-topic/health-topic[@language='English']"

And then need to match an attribute of that, is there any alternative to
spelling it all out:

     <field column="url"
xpath="/medical-topics/medical-topic/health-topic[@language='English']/@url"/>

I suppose I could do "//health-topic/@url" since the document should then
have a single health-topic (as long as I know they don't nest).

Reply via email to