Update attribute or element
I would like to update attribute or element according to xpath
for example:
/person/name/@id -> it will update attribute
/person/name/age -> it will update element
I would like that the XSLT will update the attribute or the element according to the xpath
Is there option doing that dynamically?
|