
XML::XOXO::Parser - A parser for Extensible Open XHTML Outlines (XOXO) markup.

The following objects and methods are provided in this package.
Constructor. Returns a reference to a new XML::XOXO::Parser object.
Inherited from XML::Parser, the SOURCE parameter should either open an IO::Handle or a string containing the whole XML document. A die call is thrown if a parse error occurs otherwise it will return an ARRAY of XML::XOXO::Node root objects.
Inherited from XML::Parser, FILE is an open handle. The file is closed no matter how parse returns. A die call is thrown if a parse error occurs otherwise it will return an ARRAY of XML::XOXO::Node root objects.

XML::Parser, Class::XPath 1.4


Please see the XML::XOXO manpage for author, copyright, and license information.