We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The utility fails on the attempt to render XML version 1.1.
xq xml-file.xml
Where xml-file.xml contains the following content:
<?xml version='1.1' encoding='UTF-8'?> <Tag plugin="workflow-support@3.8"> <node class="cps.n.StepStartNode" plugin="workflow-cps@2644.v29a793dac95a"> <parentIds> <string>17</string> </parentIds> <id>18</id> <descriptorId>org.jenkinsci.plugins.pipeline.modeldefinition.steps.ScriptStep</descriptorId> </node> <actions> <s.a.LogStorageAction/> <wf.a.TimingAction plugin="workflow-api@1105.v3de5e2efac97"> <startTime>1643040131437</startTime> </wf.a.TimingAction> </actions> </Tag>
Error message saying: xml: unsupported version "1.1"; only version 1.0 is supported
xml: unsupported version "1.1"; only version 1.0 is supported
The file is rendered properly.
One of the sources of such files is Jenkins.
The text was updated successfully, but these errors were encountered:
Corresponding issue in Go: golang/go#25755
Sorry, something went wrong.
sibprogrammer
No branches or pull requests
Problem Statement
The utility fails on the attempt to render XML version 1.1.
Steps to Reproduce
xq xml-file.xml
Where xml-file.xml contains the following content:
Actual Result
Error message saying:
xml: unsupported version "1.1"; only version 1.0 is supported
Expected Result
The file is rendered properly.
Additional Info
One of the sources of such files is Jenkins.
The text was updated successfully, but these errors were encountered: