mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -156,7 +156,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
return xml;
|
||||
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.XmlResolver=null;
|
||||
|
||||
doc.LoadXml(xml);
|
||||
XmlNodeList sops = doc.GetElementsByTagName("SceneObjectPart");
|
||||
|
||||
|
||||
@@ -671,7 +671,7 @@ namespace OpenSim.Framework
|
||||
public static string GetFormattedXml(string rawXml)
|
||||
{
|
||||
XmlDocument xd = new XmlDocument();
|
||||
xd.XmlResolver=null;
|
||||
|
||||
xd.LoadXml(rawXml);
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user