You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running xq on an XML document with <![CDATA[]]> wrapped data, drops the CDATA wrapping of the character data string without any escaping. This could result in an output which is not a proper XML ('well formed').
Running
xq
on an XML document with<![CDATA[
]]>
wrapped data, drops the CDATA wrapping of the character data string without any escaping. This could result in an output which is not a proper XML ('well formed').Example: Running
xq --no-color < input.xml
input.xml:
Output:
The text was updated successfully, but these errors were encountered: