mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
useless ms xml things
This commit is contained in:
@@ -1558,6 +1558,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
using (XmlTextReader xtr = new XmlTextReader(sr))
|
||||
{
|
||||
xtr.DtdProcessing = DtdProcessing.Ignore;
|
||||
xtr.MoveToContent();
|
||||
|
||||
string type = xtr.GetAttribute("type");
|
||||
|
||||
Reference in New Issue
Block a user