The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:XML::Checker"

XML::Checker - A perl module for validating XML River stage zero No dependents

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 UTC

XML::Checker - A perl module for validating XML River stage zero No dependents

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...

ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC

XML::Checker::Parser - an XML::Parser that validates at parse time River stage zero No dependents

XML::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 UTC

Meta::Xml::Parsers::Checker - an XML checker class. River stage zero No dependents

This 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 UTC

Padre::Task::SyntaxChecker::XML - XML document syntax-checking in the background River stage one • 1 direct dependent • 1 total dependent

This 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 UTC

XML::Writer - Perl extension for writing XML documents. River stage three • 74 direct dependents • 433 total dependents

XML::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.900 - 06 Oct 2020 12:45:38 UTC

XML::PYX - XML to PYX generator River stage one • 1 direct dependent • 1 total dependent

After 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 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 56 total dependents

This 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 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage zero No dependents

This 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 UTC

XML::Bare - Minimal XML parser implemented via a C state engine River stage two • 11 direct dependents • 20 total dependents

This 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 UTC

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This 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 UTC

XML::TiePYX - Read or write XML data in PYX format via tied filehandle River stage zero No dependents

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::Filter::SAXT - Replicates SAX events to several SAX event handlers River stage zero No dependents

SAXT 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 UTC

XML::Filter::SAXT - Replicates SAX events to several SAX event handlers River stage zero No dependents

SAXT 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 UTC

Class::XML::Parser - Parses (and optionally validates against a DTD) an XML message into a user-defined class structure. River stage zero No dependents

This 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 UTC

XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time River stage zero No dependents

Use 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 UTC

Meta::Lang::Xml::Xml - help you with xml related tasks. River stage zero No dependents

This 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 UTC

Meta::Xml::Parsers::Dom - an XML/DOM parser class. River stage zero No dependents

This 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 UTC
18 results (0.036 seconds)