OpenSimMirror/OpenSim/Framework/Serialization
Justin Clark-Casey (justincc) 1b75ec5647 Ignore whitespace when reading serialized XML objects.
This was previously effectively being done by XmlDocument in the multiple passes through the XML.
This change tells XmlReader to ignore whitespace.  This also means changing arguments to use XmlReader instead of XmlTextReader (a descendent of XmlReader) directly.
XmlReader.Create() has been the recommend way to create XML readers since .NET 2.0 as per MS SDK and is the only way to specific ignore whitespace settings.
2014-08-29 19:08:23 +01:00
..
External Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Tests When saving an OAR in "Publish" mode, also discard Group information 2014-05-26 15:33:13 +01:00
ArchiveConstants.cs Materials module: a) Store materials as assets; b) Finalized it (removed the "Demo" label; removed most of the logging); c) Enabled by default 2014-01-20 00:38:42 -08:00
TarArchiveReader.cs Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
TarArchiveWriter.cs Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding. 2012-07-13 01:03:28 +01:00