freebsd-ports/textproc/p5-XML-Mini/pkg-descr
Gabor Kovesdan 7c89dee94e - Update to 1.38
- Add WWW
- Style

PR:		ports/121034
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-26 20:07:10 +00:00

8 lines
412 B
Text

XML::Mini is a set of Perl classes that allow you to access XML data and
create valid XML output with a tree-based hierarchy of elements.
XML::Mini does not require any external libraries or modules and is pure Perl.
If available, XML::Mini will use the Text::Balanced module in order to escape
limitations of the regex-only approach (eg "cross-nested" tag parsing).
WWW: http://search.cpan.org/dist/XML-Mini/