mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
a few more xml things
This commit is contained in:
@@ -124,6 +124,8 @@ namespace OpenSim.Region.CoreModules.Avatar.BakedTextures
|
||||
{
|
||||
using(XmlTextReader sr = new XmlTextReader(s))
|
||||
{
|
||||
sr.DtdProcessing = DtdProcessing.Prohibit;
|
||||
sr.XmlResolver = null;
|
||||
sr.ReadStartElement("BakedAppearance");
|
||||
while(sr.LocalName == "BakedTexture")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user