
WebService::Lucene::XOXOParser - Simple XOXO Parser

use WebService::Lucene::XOXOParser;
my $parser = WebService::Lucene::XOXOParser->new;
my @properties = $parser->parse( $xml );

This module provides simple XOXO parsing for Lucene documents.

Creates a new parser instance.
Parses XML and returns an array of hashrefs decribing each property.
Takes an array of properties and constructs an XOXO XML structure.
Escapes some chars to their entities.
Shortcut to create a definition list
Shortcut to create a definition term
Shortcut to create a definition description


Copyright 2008 National Adult Literacy Database
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.