TclXML

Free and open source application that will help you parse XML documents using the Tcl scripting language
Download

TclXML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • TclXML Team
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 821 KB

TclXML Tags


TclXML Description

Free and open source application that will help you parse XML documents using the Tcl scripting language TclXML is an API for parsing XML documents using the Tcl scripting language. It is also a package with several parser implementations. The goal of the TclXML package is to provide an API for Tcl scripts that allows "Plug-and-Play" parser implementations; ie. an application will be able to use different parser implementations without change to the application code.TclXML provides a streaming, or "event-based", interface to an XML document. An application using TclXML creates a parser "object", sets a number of callback scripts and then instructs the parser to parse an XML document. The parser scans the XML document's text and as it finds certain constructs, such as the start/end of elements, character data, and so on, it invokes the appropriate callback script.This processing model is very similar to SAX. However, TclXML does not use exactly the same method names, etc, as SAX and so it is not 100% SAX compliant. Functionally, TclXML is equivalent to SAX2.NOTE: TclXML is licensed and distributed under the terms of the BSD License.


TclXML Related Software