26 Feb
2013
26 Feb
'13
2:32 p.m.
On Feb 26, 2013, at 1:54 PM, Hans Hagen
you go up to the parent of sections which to far up, try:
section = xml.attribute(r, "..", "label", "X")
or
section = xml.filter(r, "../attribute(label)")
Mojca, Hans, thanks, that is exactly right! I wasn't too sure about ../../section, but now it makes sense. I have to study xpath a bit more, I guess. All best Thomas