I need to escape certain NSXMLnodes, treating them as strings? for example i have this (Xliff v1.2 type XML file)
<source>Hello <ph id="1">username</ph></source>
I would like to escape the ph node. Is there an easy way to do this, without pre-scanning the xml and escaping the node beforehand?