XML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information. This document only describes common topics like error handling and the XML::Checker class itself. W...
TJMATHER/XML-Checker-0.13 - 11 Sep 2002 21:07:18 GMTXML::Checker can be used in different ways to validate XML. See the manual pages of XML::Checker::Parser and XML::DOM::ValParser for more information. This document only describes common topics like error handling and the XML::Checker class itself. W...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTXML::Checker::Parser extends XML::Parser I hope the example in the SYNOPSIS says it all, just use XML::Checker::Parser as if it were an XML::Parser. See XML::Parser for the supported (expat) options. You can also derive your parser from XML::Checker:...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTThis is a Checker class for baseline XML files. The reason we cannot use the original XML::Checker::Parser is because of external file resolution which should be done according to the search path and that is precisely the only method which is derived...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTThis class implements syntax checking of XML documents in the background. It inherits from Padre::Task::Syntax. Please read its documentation!...
CHORNY/Padre-Plugin-XML-0.10 - 25 Aug 2010 14:46:47 GMTXML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions. By def...
JOSEPHW/XML-Writer-0.625 - 05 Jun 2014 14:24:06 GMTAfter reading about PYX on XML.com, I thought it was a pretty cool idea, so I built this, to generate PYX from XML using perl. See http://www.xml.com/pub/2000/03/15/feature/index.html for an excellent introduction. The package contains 2 usable packa...
MSERGEANT/XML-PYX-0.07 - 21 Jun 2000 17:15:40 GMTThis module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...
TJMATHER/XML-DOM-1.46 - 21 Sep 2016 12:42:54 GMTThis module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML str...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTThis module is a 'Bare' XML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl funct...
CODECHILD/XML-Bare-0.53 - 12 Jul 2013 15:44:20 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::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 GMTSAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTSAXT is like the Unix 'tee' command in that it multiplexes the input stream to several output streams. In this case, the input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and the output streams are PerlSAX handlers or filters. The ...
TJMATHER/XML-Filter-SAXT-0.01 - 26 Aug 2001 15:57:34 GMTThis module allows for XML to be parsed into an user-defined object hierarchy. Additionally, the XML will be validated against it's DTD, if such is defined within the XML body, and XML::Checker::Parser is available. A note as to how the parsing is do...
MMORGAN/Class-XML-Parser-0.901 - 23 Nov 2006 20:28:50 GMTUse XML::DOM::ValParser wherever you would use XML::DOM::Parser and your XML will be checked using XML::Checker at parse time. See XML::DOM for details on XML::DOM::Parser options. See XML::Checker for details on setting the fail handler (my_fail.) T...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 GMTThis class will help you with xml related tasks. 0. checking an xml file for correctness according to dtd. 1. setting up the search path for xml parser to find dtds. 2. extracting dependencies from XML files. 3. resolving dtds and xmls. 4. give you t...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMTThis is a Dom class for baseline XML files. The reason we cannot use the original XML::DOM::Parser is because of external file resolution which should be done according to the search path and that is precisely the only method which is derived here ov...
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 GMT