mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
a few more xml things
This commit is contained in:
@@ -202,6 +202,9 @@ namespace OpenSim.Framework.Serialization.External
|
||||
|
||||
using (XmlTextReader reader = new XmlTextReader(new StringReader(serialization)))
|
||||
{
|
||||
reader.DtdProcessing = DtdProcessing.Prohibit;
|
||||
reader.XmlResolver = null;
|
||||
|
||||
reader.ReadStartElement("InventoryItem");
|
||||
|
||||
ExternalRepresentationUtils.ExecuteReadProcessors<InventoryItemBase>(
|
||||
|
||||
Reference in New Issue
Block a user