On Wed, 2009-04-08 at 15:43 +0100, Ben Griffin wrote: > Thanks for your speedy response Dale, > > Yes, know that within XML, they are defined to be equivalent, but > there a many legacy SGML parsers that differentiate them, such as Web > browsers. > I was -hoping- that there would be a way of preserving the form of the > text, regardless of it's equivalence. But I am assuming from your > answer that it is probably not be the case.
If you're interested in generating text for consumption by web browsers, you may want to look at "XHTML". If I have it right, XHTML's goal is to be both valid XML and acceptable HTML for browsers. Which means that XHTML generators might well do what you want so as to not have problems with web browsers. Dale