mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
a few more xml things
This commit is contained in:
@@ -1595,6 +1595,9 @@ namespace OpenSim.Framework
|
||||
{
|
||||
using (XmlTextReader xtr = new XmlTextReader(sr))
|
||||
{
|
||||
xtr.DtdProcessing = DtdProcessing.Prohibit;
|
||||
xtr.XmlResolver = null;
|
||||
|
||||
xtr.MoveToContent();
|
||||
|
||||
string type = xtr.GetAttribute("type");
|
||||
|
||||
Reference in New Issue
Block a user