o  Parse non well-formed HTML (needs libtagsoup-java installed):
Say good HTML is fine too.

          $ cat bad.html
          <html>
            <ul>
              <li>A
              <li>B
            </ul>
          </html>

          $ basex -c 'set parser html; create db html bad.html'

Did you have to use the exact db name 'html'? So confusing.

          $ basex -q "doc('html')"
          <html xmlns="http://www.w3.org/1999/xhtml";>

Say there how to get rid of that xmlns=... or else one cannot do an exact 
roundtrip.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to