MS Released what looked to only be a partial implementation of their XMLparser with windows 2000, this was then finished by windows XP and a patchis floating around to update windows 2000. Now there is .NET, with its own built in XML parsing.
I have been pulling data from a sql server, and then saving it out to XML. I then use the windows XML Parser to run it against an XSLT template to create my desired output file. Anyway .NET saves out a thing that looks like this: ' ;' not exactly sure what it is yet, however the once happy full(er) implementation of the windows XML parser...is now unhappy again.