Tcl/Tk Benchmark Suite And Tools
View Ticket
Not logged in
Ticket UUID: 934702
Title: Add a XML parsing module to tcllib
Type: RFE Version: None
Submitter: mic42 Created on: 2004-04-14 03:56:11
Subsystem: tcllib: request for new module Assigned To: nobody
Priority: 5 Medium Severity:
Status: Deleted Last Modified: 2013-07-04 20:09:24
Resolution: Not Applicable Here Closed By:
    Closed on:
Description:
As there is no XML parsing module in either the tcl
core distro nor the Tcllib yet, there is a large class
of modules not really nicely includeable into tcllib
(nearly everything xml related). 

A Tcllib XML parsing module would be really nice,
especially if linked to a DOM module using the
::struct::tree (not super efficient but standard). 

Candidates would be the TclXML package from the tclxml
project or a new development. 

A new development could unify the two most used C
extensions in the area (TclXML and tDOM).