mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
useless ms xml things
This commit is contained in:
@@ -69,6 +69,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
StringReader sr = new StringReader(serializedSettings);
|
||||
XmlTextReader xtr = new XmlTextReader(sr);
|
||||
xtr.DtdProcessing = DtdProcessing.Ignore;
|
||||
|
||||
xtr.ReadStartElement("RegionSettings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user