mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
useless ms xml things
This commit is contained in:
@@ -58,6 +58,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(path))
|
||||
{
|
||||
reader.DtdProcessing = DtdProcessing.Ignore;
|
||||
XmlDocument doc = new XmlDocument();
|
||||
doc.Load(reader);
|
||||
// if (doc.DocumentElement != null)
|
||||
|
||||
Reference in New Issue
Block a user