marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

XQuery: Concept page doesn't display additional concepts from nested markups #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Simple to fix

just need to change the query from:

let $additionalConcepts :=
$utils:dataCollection/session/transcript/(superSegment|superContent)/tag[@type
eq 'concept']/string(@value)

to 

let $additionalConcepts :=
$utils:dataCollection/session/transcript//(superSegment|superContent)/tag[@type
eq 'concept']/string(@value)

i.e. put a double slash instead of a single slash before the superSegment
element

Original issue reported on code.google.com by swami.ke...@gmail.com on 3 Jul 2009 at 9:40

GoogleCodeExporter commented 9 years ago
fixed

Original comment by swami.ke...@gmail.com on 10 Jul 2009 at 12:24