Handle xml namespaces by default

This commit is contained in:
Mike Farah
2022-06-15 17:12:57 -07:00
parent 60c037f57e
commit 2bc7dcfcca
3 changed files with 25 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ var inputFormat = "yaml"
var xmlAttributePrefix = "+"
var xmlContentName = "+content"
var xmlStrictMode = false
var xmlKeepNamespace = false
var xmlUseRawToken = false
var xmlKeepNamespace = true
var xmlUseRawToken = true
var exitStatus = false
var forceColor = false