D
Daniel Frey
Hello,
I'd like to extract the name of an indirectly addressed element by
subsequently using the childs position:
001 <a>
002 <b1/>
003 <b2/>
004 <b3/>
005 </a>
I.e. I tried for the first sub-element:
001 /a/*[1]/text()
but that does return some odd characters, mainly the linefeed and some
spaces. Do you know a way to do that?
Thanks
Daniel Frey
I'd like to extract the name of an indirectly addressed element by
subsequently using the childs position:
001 <a>
002 <b1/>
003 <b2/>
004 <b3/>
005 </a>
I.e. I tried for the first sub-element:
001 /a/*[1]/text()
but that does return some odd characters, mainly the linefeed and some
spaces. Do you know a way to do that?
Thanks
Daniel Frey