OpenSimMirror/OpenSim/Region/Framework/Scenes/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
..
CoalescedSceneObjectsSerializer.cs Fixed parsing of coalesced objects if the XML starts with an XML Declaration ("<xml ...>") 2014-03-24 18:18:29 +01:00
SceneObjectSerializer.cs Ignore whitespace when reading serialized XML objects. 2014-08-29 19:08:23 +01:00
SceneXmlLoader.cs Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format() rather than the functionally identical but buggy Xml2ToSOG(). 2012-05-16 00:10:42 +01:00