NAME
TEI::Lite::Utility
DESCRIPTION
TEI::Lite is a DOM wrapper designed to ease the creation and modification of XML documents based on the Text Encoding Initiative markup variant called TEILite. TEILite is generally considered to contain enough tags and markup flexibility to be able to handle most document types.
FUNCTIONS
- tei_convert_html_fragment ( $FORMAT, @HTML )
-
This function will take a chunk of HTML formated data and convert it to a reasonable representation of TEILite. The $FORMAT paramater is the indenting level of you want in the output. The @HTML is an array of HTML data.
AUTHOR
D. Hageman <dhageman@dracken.com>
SEE ALSO
TEI::Lite, TEI::Lite::Document, TEI::Lite::Element TEI::Lite::Header, XML::LibXML, XML::LibXML::Node, XML::LibXML::Element
COPYRIGHT AND LICENSE
Copyright (c) 2002-2005 D. Hageman (Dracken Technologies). All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.