hi,
is there a way to get back xml blocks via xpath? i just can get attribute values and so on. but i can’t get a complete block. ex:
{CODE(ln=>1)}<root>
<test>
<hello />
</test>
</root>^
xpath: {CODE(ln=>1)}/root/test^
should return:
{CODE(ln=>1)} <test>
<hello />
</test>^
thanx in advance