I would like to know how to delete a part of string from string when converting from one XML to another XML.
For example, say I have the source XML that has:
<element id="#yo">
however, after the translation I want this to be
<element id="yo">
Can I do this easily in XSLT? let me know thanks
also, can I do vice versa? yo to #yo