mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 15:14:52 +08:00
Hotfix: actually update the default xml attribute prefix #1428
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ func NewDefaultXmlPreferences() XmlPreferences {
|
||||
ContentName: "+content",
|
||||
StrictMode: false,
|
||||
KeepNamespace: true,
|
||||
UseRawToken: false,
|
||||
UseRawToken: true,
|
||||
ProcInstPrefix: "+p_",
|
||||
DirectiveName: "+directive",
|
||||
SkipProcInst: false,
|
||||
|
||||
Reference in New Issue
Block a user