Search results for "module:XML::TiePYX"
XML::TiePYX - Read or write XML data in PYX format via tied filehandle
XML::TiePYX lets you use a tied filehandle to read from or write to an XML file or string. PYX is a line-oriented, parsed representation of XML developed by Sean McGrath (http://www.pyxie.org). Each line corresponds to one "event" in the XML, with th...
EBOHLMAN/XML-TiePYX-0.05 - 01 Jun 2001 11:26:45 UTC
XML::Reader - Reading XML and providing path information based on a pull-parser.
XML::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 UTC
XML::MinWriter - Perl extension for writing XML in PYX format.
Introduction XML::MinWriter is a module to write XML in PYX Format. It inherits from XML::Writer and adds a new method "write_pyx". Modules XML::TiePYX and XML::Reader produce PYX which can then be fed into XML::MinWriter to generate XML using the wr...
KEICHNER/XML-MinWriter-0.08 - 28 Dec 2014 15:43:37 UTC