mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
useless ms xml things
This commit is contained in:
@@ -593,6 +593,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
UTF8Encoding enc = new UTF8Encoding();
|
||||
MemoryStream ms = new MemoryStream(enc.GetBytes(text));
|
||||
XmlTextReader xreader = new XmlTextReader(ms);
|
||||
xreader.DtdProcessing = DtdProcessing.Ignore;
|
||||
|
||||
SOPVehicle v = new SOPVehicle();
|
||||
bool error;
|
||||
|
||||
Reference in New Issue
Block a user