Having some trouble with my XML file. It seems that XMLDomWrapper does not like the '&' character in my XML. For example if I have the XML file below, I get an error when trying to open the file. If I remove the '&' then it works fine. Is this a limitation with XML in general (since I'm not too familier with XML) or is this just a bug with XMLDomWrapper? Is there a way to write a quick fix? Thanks
<Test>
<Test2>
<ID>FNA934NFc7ND</ID>
</Test2>
<Test3>
<ID>2340GSFN301F</ID>
</Test3>
<Test4>
<ID>5&38E3519A&0&0.0.0</ID>
</Test4>
</Test>