is it possible to store <# characters in xml for a node? I know that these maybe invalid characters for XML (makes it unreadable) but is there a way of doing this so it can read the xml correctly? Perhaps what I am doing is incorrect, I dont know.
<myNode>hi <#fieldname#></myNode>
