Hi!
a small issue; I need to select text nodes with
xpath, for example //myelement/text(). The XmlObject.selectPath method
unfortunately returns the containing element instead, which gives me problems
when I want to change the selected value since I only want to modify at the
text-node level, not at the element level.. Is there any workaround or am I
doing something wrong?
thanks for any reply!
/Ole

