mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fall back to a obsolete property since several monos in use (include our own) do not suporte the proper .net4.0 one
This commit is contained in:
@@ -202,7 +202,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serialization)))
|
||||
{
|
||||
reader.DtdProcessing = DtdProcessing.Prohibit;
|
||||
reader.ProhibitDtd = true;
|
||||
reader.XmlResolver = null;
|
||||
|
||||
reader.ReadStartElement("InventoryItem");
|
||||
|
||||
Reference in New Issue
Block a user