mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
useless ms xml things
This commit is contained in:
@@ -202,6 +202,7 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serialization)))
|
||||
{
|
||||
reader.DtdProcessing = DtdProcessing.Ignore;
|
||||
reader.ReadStartElement("InventoryItem");
|
||||
|
||||
ExternalRepresentationUtils.ExecuteReadProcessors<InventoryItemBase>(
|
||||
|
||||
Reference in New Issue
Block a user