OpenSimMirror/OpenSim/Region/CoreModules/World/Serialiser
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
..
Tests Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
IFileSerialiser.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
SerialiseObjects.cs Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
SerialiseTerrain.cs Consistency patch: use Path.Combine() instead of + and eliminate the need 2010-09-26 20:03:00 +01:00
SerialiserModule.cs Another 10 modules' directives moved from .addin.xml 2012-11-12 21:14:58 -08:00