-------- Original Message --------Yes, that was my understanding, but the XML I have received (business) contains bad "&" characters inside of XML tags. I guess I will argue to get them changed. Thanks!
Subject: Re: [xml] how-to ignore entities in text?
From: Liam R E Quin <liam holoweb net>
To: Michael Cronenworth <mike cchtml com>
Date: 04/22/2009 11:15 AM
No, you need to escape it, e.g. & or &
Similarly for < (<)
An XML processor is not allowed to claim that a file
with errors in it like this is XML.
Liam