Removing old warning, added xml update warning

This commit is contained in:
Mike Farah
2022-10-23 14:59:21 +11:00
parent eb491e0511
commit e4b5769477
55 changed files with 9 additions and 325 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ yq -P sample.json
if (inputFormat == "x" || inputFormat == "xml") &&
outputFormat != "x" && outputFormat != "xml" &&
yqlib.XMLPreferences.AttributePrefix == "+" {
yqlib.GetLogger().Warning("The default xml-attribute-prefix will change in the next release to `+@` to avoid " +
yqlib.GetLogger().Warning("The default xml-attribute-prefix will change in the v4.30 to `+@` to avoid " +
"naming conflicts with the default content name, directive name and proc inst prefix. If you need to keep " +
"`+` please set that value explicityly with --xml-attribute-prefix.")
}