mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 22:44:50 +08:00
Disable strict XML parsing by default #1155
This commit is contained in:
@@ -24,6 +24,7 @@ func InitExpressionParser() {
|
||||
type xmlPreferences struct {
|
||||
AttributePrefix string
|
||||
ContentName string
|
||||
StrictMode bool
|
||||
}
|
||||
|
||||
var log = logging.MustGetLogger("yq-lib")
|
||||
|
||||
Reference in New Issue
Block a user