OpenSimMirror/OpenSim/Framework/Serialization/External
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
..
ExternalRepresentationUtils.cs Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
LandDataSerializer.cs Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
OspResolver.cs Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders. 2012-08-29 02:01:43 +01:00
RegionSettingsSerializer.cs Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
UserInventoryItemSerializer.cs Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
UserProfileSerializer.cs Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order. 2012-02-03 22:21:54 +00:00