You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-XML-XPathEngine-0.12-12.fc19.noarch
This module provides an XPath engine, that can be re-used by other module/classes that implement trees.
RPMPackage perl-XML-XPath-1.13-22.fc19.noarch
This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath.
RPMPackage perl-XML-Writer-0.624-1.fc19.noarch
XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
RPMPackage perl-XML-Twig-3.44-1.fc19.noarch
This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig 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 (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options.
RPMPackage perl-XML-TreeBuilder-5.4-0.fc19.noarch
perl-XML-TreeBuilder is a Perl module that implements a parser that builds a tree of XML::Element objects.
RPMPackage perl-XML-TokeParser-0.05-12.fc19.noarch
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event.
RPMPackage perl-XML-Simple-2.20-5.lbn19.noarch
The 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).
RPMPackage perl-XML-SAX-Writer-0.53-3.lbn19.noarch
A new XML Writer to match the SAX2 effort.
RPMPackage perl-XML-SAX-Base-1.08-7.fc19.noarch
This module has a very simple task - to be a base class for Perl SAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.
RPMPackage perl-XML-SAX-0.99-9.lbn19.noarch
XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
RPMPackage perl-XML-RegExp-0.04-2.fc19.noarch
This package contains an utility module containing regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
RPMPackage perl-XML-Parser-2.41-9.lbn19.x86_64
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
RPMPackage perl-XML-Parser-2.41-9.fc19.armv6hl
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
RPMPackage perl-XML-NamespaceSupport-1.11-10.lbn19.noarch
This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
RPMPackage perl-XML-LibXSLT-1.89-1.fc19.x86_64
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/
RPMPackage perl-XML-LibXSLT-1.80-1.fc18.armv6hl
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/
RPMPackage perl-XML-LibXML-2.0019-1.fc19.x86_64
This module implements a Perl interface to the GNOME libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation.
RPMPackage perl-XML-LibXML-2.0019-1.fc19.armv6hl
This module implements a Perl interface to the GNOME libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation.
RPMPackage perl-XML-Handler-YAWriter-0.23-18.fc19.noarch
YAWriter implements Yet Another XML::Handler::Writer.
RPMPackage perl-XML-Filter-BufferText-1.01-17.fc19.noarch
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.