This is an archive of the W3C Open Source Software release news for the year 2013. Please read the Latest News for up-to-date information.
12 August 2013: Version 0.9 of xmptool fixes a bug that made the program crash (reporting a failed assertion) if there were two properties in a row without a value. A property without a value is, e.g.:
<relation> <rdf:Bag/> <relation>
19 April 2013: Version 6.4 of the HTML/XML utilities makes a (very)
small step towards support for HTML5: the option -d of the
hxtoc program now recognizes the new sectioning elements
(article, section, aside, nav
) in addition to
div
and calculates the headers' level based on the
nesting of those elements, independent of the name of the heading
element itself. See the ChangeLog for details.
9 January 2013: Version 6.3 of the HTML/XML utilities fixes some bugs and adds options -s and -u on hxindex, and options -v and -M on hxincl. When hxincl includes files recursively, the file names are now treated as relative to the file they are included in, not relative to the top-level file.
A new program, hxtabletrans, transposes HTML tables. Another new program, hxremove, removes elements from a document by means of a CSS selector. (I.e., it does the opposite of hxselect.) See the ChangeLog for details.