mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
disable some XmlResolver
This commit is contained in:
@@ -156,6 +156,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
return xml;
|
||||
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
doc.LoadXml(xml);
|
||||
XmlNodeList sops = doc.GetElementsByTagName("SceneObjectPart");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user