Key | Value |
---|---|
as::author | Emmanuel Frecon |
as::build::date | 2015-05-22 |
as::license | BSD |
as::origin | http://sourceforge.net/projects/til |
description | This module implements a simplistic XML parser in 10 lines of code. It is mostly suitable for small files, but has successfully been tested on larger files. The code is based heavily on Stephen Uhler's HTML parser in 10 lines, modified by Eric Kemp-Benedict for XML (see http://wiki.tcl.tk/14534) and revisited to offer a number of additional features for the TIL. This module also offers a generic facility for (re)outputting XML code that has been parsed. |
entity | package |
platform | tcl |
require | Tcl -require 8.4 logger uobj |