Problem Statement
Cannot parse valid HTML document
Steps to Reproduce
cat test.html | xq -j
Actual Result
Error: error while parsing XML: XML syntax error on line 151: element <br> closed by </a>
Same result with cat test.html | xq -m -j as well.
Expected Result
JSON output converted from the HTML data
Problem Statement
Cannot parse valid HTML document
Steps to Reproduce
cat test.html | xq -jActual Result
Error: error while parsing XML: XML syntax error on line 151: element <br> closed by </a>Same result with
cat test.html | xq -m -jas well.Expected Result
JSON output converted from the HTML data