-
perl-XML-SAX-0.99-9.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-SAX-Base-1.08-7.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-Simple-2.18-6.lbn13.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).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-Stream-1.22-12.lbn13.noarch
This module provides the user with methods to connect to a remote server,
send a stream of XML to the server, and receive/parse an XML stream from
the server. It is primarily based work for the Etherx XML router
developed by the Jabber Development Team. For more information about this
project visit http://etherx.jabber.org/stream/.
XML::Stream gives the user the ability to define a central callback that
will be used to handle the tags received from the server. These tags are
passed in the format defined at instantiation time. the closing tag of an
object is seen, the tree is finished and passed to the call back function.
What the user does with it from there is up to them.
For a detailed description of how this module works, and about the data
structure that it returns, please view the source of Stream.pm and
look at the detailed description at the end of the file.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-TokeParser-0.05-3.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-TreeBuilder-4.0-3.lbn13.noarch
perl-XML-TreeBuilder is a Perl module that implements a parser
that builds a tree of XML::Element objects.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-Twig-3.44-1.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-Writer-0.606-4.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-XPath-1.13-10.lbn13.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-XML-XQL-0.68-9.lbn13.noarch
This is a Perl extension that allows you to perform XQL queries on XML
object trees. Currently only the XML::DOM module is supported, but
other implementations, like XML::Grove, may soon follow.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13