Hotfix: actually update the default xml attribute prefix #1428

This commit is contained in:
Mike Farah
2022-11-13 11:13:34 +11:00
parent 83ef7ee5cf
commit 88ce6ffcbe
7 changed files with 97 additions and 69 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func NewDefaultXmlPreferences() XmlPreferences {
ContentName: "+content",
StrictMode: false,
KeepNamespace: true,
UseRawToken: false,
UseRawToken: true,
ProcInstPrefix: "+p_",
DirectiveName: "+directive",
SkipProcInst: false,