
TEI::Lite::Header

## $document is a TEI::Lite::Document. my $header = $document->addHeader(); $header->setTitle( "Title of Document" );

TEI::Lite::Header is part of the TEILite library designed specifically to handle the headers of TEILite files. It provides a set of convience methods to access the most common header elements.


D. Hageman <dhageman@dracken.com>

XML::Lite, XML::Lite::Document, XML::Lite::Element, XML::Lite::Utility, XML::LibXML, XML::LibXML::Node, XML::LibXML::Element

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.