[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TV] XML Parsing



Andrew currently uses the £ entity to declare the "£" character, this
causes problems when reading the xml (directly) from Microsoft's .NET's
DataSet.ReadXml() method. Replacing this with an ANSI character entity i.e.
&163; works OK.

I propose using this method if it is acceptable to others?

I know it can be worked around at my side to bypass this but unless it's a
hassle to others, this is much easier for me :-)

	Dave.