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
Original issue reported on code.google.com by
swami.ke...@gmail.com
on 3 Jul 2009 at 9:40