We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189b97 commit 497af27Copy full SHA for 497af27
pkg/unstructured/xml_config.go
@@ -41,6 +41,8 @@ func init() {
41
mxjv2.CastValuesToBool(true)
42
// enable cast to int
43
mxjv2.CastValuesToInt(true)
44
+ // enable XML escape chars decoder
45
+ mxjv2.XMLEscapeCharsDecoder()
46
47
CfgObjectRegistry().RegisterConfigCreator(parametersv1alpha1.XML, func(name string) ConfigObject {
48
return &xmlConfig{name: name}
0 commit comments