This module is a SAX filter for sorting 'records' in XML documents (including documents larger than available memory). The "xmlsort" utility which is included with this distribution can be used to sort an XML file from the command line without writin...
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThe documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see XML::Filter::Sort::BufferMgr....
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThe documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them back out in sorted order as SAX events. One ins...
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThe documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see XML::Filter::Sort::BufferMgr....
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThe documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see XML::Filter::Sort::BufferMgr....
GRANTM/XML-Filter-Sort-1.01 - 20 Apr 2005 20:13:36 GMTThis module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...
MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 GMTXML::Reader provides a simple and easy to use interface for sequentially parsing XML files (so called "pull-mode" parsing) and at the same time keeps track of the complete XML-path. It was developped as a wrapper on top of XML::Parser or XML::Parsepp...
KEICHNER/XML-Reader-0.67 - 21 Nov 2018 20:58:48 GMTThe XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...
GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 GMTThe XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object already exists, the constructor ("new") will j...
HEMA/XML-XMetaL-0.52 - 21 Nov 2003 12:43:02 GMTA description of all of the events explicitly supported so far. Unsupported events are still handled as anonymous events, see XML::Essex::Event for details. A short word on abbreviations A goal of essex is to allow code to be as terse or verbose as i...
RBS/XML-Filter-Essex-0.01 - 16 Jan 2003 20:27:36 GMTWARNING: Beta code alert. A SAX2 filter that dispatches SAX events based on "EventPath" patterns as the SAX events arrive. The SAX events are not buffered or converted to an in-memory document representation like a DOM tree. This provides for low lag...
RBS/XML-Filter-Dispatcher-0.52 - 04 Jun 2003 20:15:21 GMTThis module is a very simple module for creating SAX2 events from SAX1 events. It is useful in the case where you have a SAX1 parser but want to use a SAX2 handler or filter of some sort. As an added bonus, it also does namespace processing for you!...
MSERGEANT/XML-Filter-SAX1toSAX2-0.03 - 08 Jul 2002 11:59:51 GMTThis module is a very simple module for creating SAX1 events from SAX2 events. It is useful in the case where you have a SAX2 parser but want to use a SAX1 handler or filter of some sort....
MSERGEANT/XML-Filter-SAX1toSAX2-0.03 - 08 Jul 2002 11:59:51 GMTKULP/XML-Filter-RemoveEmpty-0.02 - 29 Jun 2006 03:42:41 GMT