Ox v1.9.3 Release Notes

Release Date: 2013-03-22 // about 11 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  mcarpenter fixed a compile problem with Cygwin.

    • Now more tolerant when the :effort is set to :tolerant. Ox will let all sorts of errors typical in HTML documents pass. The result may not be perfect but at least parsed results are returned.

      • Attribute values need not be quoted or they can be quoted with single quotes or there can be no =value are all.
      • Elements not terminated will be terminated by the next element termination. This effect goes up until a match is found on the element name.
    • ๐Ÿ“œ SAX parser also given a :tolerant option with the same tolerance as the string parser.