Query: xml::libxml::debugging
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::LibXML::Debugging(3pm) User Contributed Perl Documentation XML::LibXML::Debugging(3pm)NAMEXML::LibXML::Debugging - get debugging information from XML::LibXML nodesSYNOPSISuse XML::LibXML::Debugging; my $parser = XML::LibXML->new; my $doc = $parser->parse_file('input.xml'); print $doc->toClarkML;DESCRIPTIONThis module adds a couple of additional methods to XML::LibXML::Node objects which are mostly aimed at helping figure out what's going on with the DOM's namespaces and structure. "toClarkML" produces a string of XML-like markup with explicit namespaces. The following XML: <foo xmlns="http://example.com/1" xmlns:bar="http://example.com/2" bar:baz="quux" /> Might be represented as: <{http://example.com/1}foo {http://www.w3.org/2000/xmlns/}xmlns="http://example.com/1" {http://www.w3.org/2000/xmlns/}bar="http://example.com/2" {http://example.com/2}baz="quux" /> Another method "toDebuggingHash" returns a hashref suitable for dumping using Data::Dumper.BUGSPlease report any bugs to <http://rt.cpan.org/>.SEE ALSOXML::LibXML, XML::LibXML::Debugging.AUTHORToby Inkster <tobyink@cpan.org>.COPYRIGHT AND LICENSECopyright (C) 2009-2011 by Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.DISCLAIMER OF WARRANTIESTHIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-04 XML::LibXML::Debugging(3pm)
Similar Topics in the Unix Linux Community |
---|
Fixer Debugging |
Debugging software for C++ on Unix |
XML file |
Debugging First Post Problem |