Petr Gajdos's avatar

Petr Gajdos

pgajdos

Involved Projects and Packages

Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. If you want to do full file globbing use the File::Glob module instead.

Line wrapping module with support for multibyte, fullwidth, and combining
characters and languages without whitespaces between words.

NOTE: Automatically created during Factory devel project migration by admin.

Date::Parse provides two routines for parsing date strings into time values.

str2time(DATE [, ZONE])

str2time parses DATE and returns a unix time value, or undef upon failure.
ZONE, if given, specifies the timezone to assume when parsing if the date
string does not specify a timezome.

strptime(DATE [, ZONE])

strptime takes the same arguments as str2time but returns an array of values
($ss,$mm,$hh,$day,$month,$year,$zone). Elements are only defined if they
could be extracted from the date string. The $zone element is the timezone
offset in seconds from GMT. An empty array is returned upon failure.

Authors: Graham Barr

Perl Tk is an enhancement for Perl. It combines the well structured
graphical library Tk with the powerful scripting language Perl.

NOTE: Automatically created during Factory devel project migration by admin.

This module implements the URI class. Objects of this class represent
"Uniform Resource Identifier references" as specified in RFC 2396 (and
updated by RFC 2732).

URI objects can be used to access and manipulate the various
components that make up these strings. There are also methods to
combine URIs in various ways.

Authors:
--------
Gisle Aas

This module parses _/robots.txt_ files as specified in "A Standard for
Robot Exclusion", at Webmasters
can use the _/robots.txt_ file to forbid conforming robots from accessing
parts of their web site.

X11::Protocol and the related modules in this distribution are a rough
equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in)
used for drawing windows on and otherwise manipulating X11 window
servers.

NOTE: Automatically created during Factory devel project migration by admin.

XML::Bare - A minimal XML parser that uses C to generate a folded perl
hash.

http://www.w3.org/DOM/

This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom,' that allows XML::Parser to build an Object
Oriented datastructure with a DOM Level 1 compliant interface.

This is a beta version and although there will not be any major API
changes, minor changes may occur as we get feedback from the people on
the perl-xml mailing list. [You can subscribe to this list by sending a
message to subscribe-perl-xml@lyris.activestate.com.]

For documentation read the manpages XML::Dom and XML::DOM::UTF8.

XML::DOM::XPath allows you to use XML::XPath methods to query a DOM. This
is often much easier than relying only on getElementsByTagName.

Authors:
--------
Michel Rodriguez

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.

Author: Robin Berjon

This module implements a Perl interface to the GNOME libxml2 library.
The libxml2 library 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.

NOTE: Automatically created during Factory devel project migration by admin.

This module offers a simple way 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.

Author: Robin Berjon

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.

The behavior of the parser is controlled either by "Style" and/or "Handlers"
options, or by "setHandlers" method. These all provide mechanisms for
XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
Style nor Handlers are specified, then parsing just checks the document
for being well-formed.

When underlying handlers get called, they receive as their first parameter
the Expat object, not the Parser object.

You will find examples in
/usr/share/doc/packages/perl-XML-Parser/samples. For documentation
read the XML::Parser and XML::Parser::Expat man pages.

Authors:
Larry Wall
Clark Cooper

This package contains regular expressions for the following XML tokens:
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.

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.

9850 contributions in the last year
Mon                                                                                                          
Tue                                                                                                          
Wed                                                                                                          
Thu                                                                                                          
Fri                                                                                                          
Sat                                                                                                          
Sun                                                                                                          
Contributions on 2023-11-30
8 commits
1 request created
openSUSE Build Service is sponsored by