NAME
WWW::Splunk::XMLParser - Parse Splunk XML format
DESCRIPTION
This is an utility module to deal with XML format ocassionally returned by Splunk and seemlingly undocumented.
Note that Splunk usually returns Atom XMLs, which have the same content type. They can be distinguished by a DOCTYPE.
parse (string)
Return a perl structure from a XML string, if it's parsable, otherwise return a raw XML::LibXML object
parsetree (XML::LibXML::Node)
Parse a XML node tree recursively.
SEE ALSO
WWW::Splunk, WWW::Splunk::API, XML::LibXML
AUTHORS
Lubomir Rintel, <lkundrak@v3.sk>, Michal Josef Špaček <skim@cpan.org>
The code is hosted on GitHub http://github.com/michal-josef-spacek/perl-WWW-Splunk. Bug fixes and feature enhancements are always welcome.
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.