aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index a42dcc6..7093010 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -671,6 +671,7 @@ namespace OpenSim.Framework
671 public static string GetFormattedXml(string rawXml) 671 public static string GetFormattedXml(string rawXml)
672 { 672 {
673 XmlDocument xd = new XmlDocument(); 673 XmlDocument xd = new XmlDocument();
674 xd.XmlResolver=null;
674 xd.LoadXml(rawXml); 675 xd.LoadXml(rawXml);
675 676
676 StringBuilder sb = new StringBuilder(); 677 StringBuilder sb = new StringBuilder();