mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
a few more xml things
This commit is contained in:
@@ -178,6 +178,8 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serializedLandData)))
|
||||
{
|
||||
reader.DtdProcessing = DtdProcessing.Prohibit;
|
||||
reader.XmlResolver = null;
|
||||
reader.ReadStartElement("LandData");
|
||||
|
||||
ExternalRepresentationUtils.ExecuteReadProcessors<LandData>(landData, m_ldProcessors, reader);
|
||||
|
||||
Reference in New Issue
Block a user