ensure < and > get escaped properly in XML
This commit is contained in:
parent
2e33c6803d
commit
f954ea3f6a
@ -44,6 +44,8 @@ namespace UniversalEditor.DataFormats.Markup.XML
|
||||
Settings.Entities.Add("quot", "\"");
|
||||
Settings.Entities.Add("copy", "©");
|
||||
Settings.Entities.Add("apos", "'");
|
||||
Settings.Entities.Add("lt", "<");
|
||||
Settings.Entities.Add("gt", ">");
|
||||
}
|
||||
|
||||
private XMLDataFormatSettings mvarSettings = new XMLDataFormatSettings();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user