---
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.
Maintainer to ports@openbsd.org
---
perl module for validating XML
XML::Checker is a different ways to validating XML documents, it
provides several classes :
- XML::Checker
- XML::Checker::Parser
- XML::DOM::ValParser
---
This package contains regular expressions for the following XML
tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
Maintainer : ports@OpenBSD.org
ps. This module will be uses in the update of p5-XML-DOM. Contacting
avsm@
---
libxml-perl is a collection of smaller Perl modules, scripts, and
documents for working with XML in Perl. p5-libxml software works
in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and
others.
Maintainer : ports@OpenBSD.org
ps. This module will be uses in the update of p5-XML-DOM. contacting
avsm@
---
python tool for generate Python API documents
HappyDoc is a tool for extracting documentation from Python source
code. It differs from other such applications by the fact that it
uses the parse tree for a module to derive the information and does
not import the module.
WWW: http://happydoc.sf.net/
perl interface to the SAX2 XML Parser
---
XML::SAX is a SAX parser access API for Perl. It includes classes
and APIs required for implementing SAX drivers, along with a factory
class for returning any SAX parser installed on the user's system.
Maintainer : ports@OpenBSD.org
Text::Unidecode provides is a function, `unidecode(...)' that takes
Unicode data and tries to represent it in US-ASCII characters
(i.e., the universally displayable characters between 0x00 and 0x7F).
The representation is almost always an attempt at *transliteration*
-- i.e., conveying, in Roman letters, the pronunciation expressed by
the text in some other writing system.