freebsd-ports/textproc/p5-XML-DOM2/pkg-descr
Cheng-Lung Sung 6f2a187950 Add p5-XML-DOM2 0.03, DOM controlled, strict XML module for extentable
xml objects.

PR:		ports/100247
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-15 05:07:13 +00:00

16 lines
694 B
Text

XML::DOM2 is yet _another_ perl XML module.
* DOM Level2 Compilence in both document, elements and attributes
* NameSpace control for elements and attributes
* XPath (it's just one small method once you have a good DOM)
* Extendability:
* Document, Element or Attribute classes can be used as base class
for other kinds of document, element or attribute.
* Element and Attribute Handler allows element specific child
elements and attribute objects.
* Element and Attribute serialisation overiding.
* Parsing with SAX (use XML::SAX::PurePerl for low dependancy installs)
* Internal serialisation
Author: Martin Owens, doctormo@cpan.org
WWW: http://search.cpan.org/dist/XML-DOM2/