wxsplvvpod
New Member
I have an XML\[code\] <node> <abc>part_1</abc> </node> <node> <abc>part_2</abc> </node>\[/code\]How can I remove the \[code\]part_\[/code\] and use only integer part. Specifically, I need help in using \[code\]<key>\[/code\]'s \[code\]use\[/code\] attribute.I tried following:\[code\]<key match='abc' use='substring-after(., '_')/>\[/code\]but it's not working.