cdd1c3d147
This module is an interface to the gnome libxml2 DOM parser (no SAX parser support yet), and the DOM tree. It also provides an XML::XPath-like findnodes() interface, providing access to the XPath API in libxml2. Provided by Shell Hung in PR/15088.
10 lines
414 B
Text
10 lines
414 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2002/01/30 22:38:36 mjl Exp $
|
|
|
|
You also need to config the XML parser yourself, here is a example
|
|
of ${PREFIX}/libdata/perl5/site_perl/XML/SAX/ParserDetails.ini :
|
|
|
|
[XML::LibXML::SAX::Parser]
|
|
http://xml.org/sax/features/namespaces = 1
|
|
|
|
===========================================================================
|