The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:XML::Doctype"

XML::Doctype - A DTD object class River stage zero No dependents

This module parses DTDs and allows them to be saved as .pm files and reloaded. The ability to save and reload is intended to aid in packaging parsed DTDs with XML tools so that XML::Parser need not be installed....

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::Doctype::AttDef - A class representing a definition in an <!ATTLIST> tag River stage zero No dependents

This module is used to represent <!ELEMENT> tags in an XML::Doctype object. It contains <!ATTLIST> tags as well....

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::Doctype::ElementDecl - A class representing an <!ELEMENT> tag River stage zero No dependents

This module is used to represent <!ELEMENT> tags in an XML::Doctype object. It contains <!ATTLIST> tags as well....

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::Mini::Element::DocType River stage one • 3 direct dependents • 3 total dependents

The XML::Mini::Element::DocType is used internally to represent <!DOCTYPE bla bla [ ... ]>. You shouldn't need to use it directly, see XML::Mini::Element's docType() method....

PDEEGAN/XML-Mini-1.38 - 05 Feb 2008 00:13:17 UTC

lib/XML/Liberal/Remedy/TrailingDoctype.pm River stage one • 5 direct dependents • 6 total dependents

MIYAGAWA/XML-Liberal-0.32 - 05 Mar 2022 19:23:46 UTC

XML::AutoWriter - DOCTYPE based XML output River stage zero No dependents

This module subclasses XML::ValidWriter and provides automatic start and end tag generation, allowing you to emit only the 'important' tags. See XML::ValidWriter for the details on all functions not documented here. XML::Writer API compatibility Much...

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::ValidWriter - DOCTYPE driven valid XML output River stage zero No dependents

This module uses the DTD contained in an XML::Doctype to enable compile- and run-time checks of XML output validity. It also provides methods and functions named after the elements mentioned in the DTD. If an XML::ValidWriter uses a DTD that mentions...

PERIGRIN/XML-AutoWriter-0.4 - 11 Jun 2009 18:38:24 UTC

XML::GSA - Creates xml in google search appliance (GSA) format River stage zero No dependents

WANDERER/XML-GSA-0.07 - 11 Feb 2014 09:49:14 UTC

XML::API - Perl extension for writing XML River stage one • 1 direct dependent • 1 total dependent

XML::API is a class for creating XML documents using object method calls. This class is meant for generating XML programatically and not for reading or parsing it. A document author calls the desired methods (representing elements) to create an XML t...

MLAWREN/XML-API-0.30 - 11 Apr 2016 13:05:58 UTC

XML::Code - Perl module for converting XML hash structures into plain text. River stage one • 1 direct dependent • 1 total dependent

XML::Code module is designed to enable simple object-oriented procedure of creating XML data. As soon as a programmer realizes that XML and OOP are kindred and have sibling connections he or she wants to use objects instead of plain text in the phase...

ANDY/XML-Code-0.4 - 02 May 2004 12:11:24 UTC

XML::DOM2 - DOM controlled, strict XML module for extentable xml objects. River stage zero No dependents

XML::DOM2 is yet _another_ perl XML module. Features: * DOM Level2 Compilence in both document, elements and attributes * NameSpace control for elements and attributes * XPath (it's just one small method once you have a good DOM) * Extendability: * D...

DOCTORMO/XML-DOM2-0.06 - 29 Nov 2007 15:57:28 UTC

XML::DOM - A perl module for building DOM Level 1 compliant document structures River stage two • 35 direct dependents • 55 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::Tiny - simple lightweight parser for a subset of XML River stage two • 7 direct dependents • 15 total dependents

XML::Tiny is a simple lightweight parser for a subset of XML...

DCANTRELL/XML-Tiny-2.07 - 17 Aug 2017 21:00:50 UTC

XML::Genx - A simple, correct XML writer River stage zero No dependents

This class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-f...

HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 UTC

XML::XSLT - A perl module for processing XSLT River stage one • 1 direct dependent • 1 total dependent

This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but we have not yet achieved that. However, it already works well. See "XML::XSLT Commands" for the current status of each command. XML::XSLT makes use...

JSTOWE/XML-XSLT-0.48 - 20 Feb 2004 08:45:38 UTC

XML::IDMEF - A module for building/parsing IDMEF messages River stage zero No dependents

IDMEF.pm is an interface for simply creating and parsing IDMEF messages. IDMEF is an XML based protocol designed mainly for representing Intrusion Detection (IDS) alert messages (http://www.silicondefense.com/idwg/). IDMEF.pm is compliant with IDMEF ...

ERWAN/XML-IDMEF-0.11 - 29 Nov 2004 14:57:32 UTC

XML::IODEF - A module for building/parsing IODEF messages River stage one • 3 direct dependents • 5 total dependents

IODEF.pm is an interface for simply creating and parsing IODEF messages. IODEF is an XML based protocol designed mainly for representing computer security incidents (http://www.ietf.org/html.charters/inch-charter.html). IODEF.pm is compliant with IOD...

SAXJAZMAN/XML-IODEF-0.11 - 14 May 2011 13:41:21 UTC

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 83 direct dependents • 252 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::Maker - OO Module for generating XML River stage zero No dependents

This module has been written to provide easy and safe generation of XML. Unlike other modules, this one does not produce output as soon as it can, but only when calling the make() function. This is intentionally done to make sure that it will always ...

VADIMT/XML-Maker-0.01 - 08 Nov 2003 23:22:13 UTC
89 results (0.04 seconds)