Revision history for Perl extension Apache::XBEL 1.3 Mon Mar 01 2004 - The Spring Cleaning release : - Updated to use html:base element for links (duh) and added 'base' string parameter; add 'HtmlLang' Apache config - Replaced string parameter hack for breadcrumbs with XSLT functions - Replaced rendering of XBEL slices via XML::Generator via XML::LibXML::(Document|Element) methods - Removed hooks to read outline documents via Text::Outline - Removed opml2xbel.xsl - Added use of File::Spec for filesystem related tasks - General house-cleaning in the code - Updated apache-xbel.xsl accordingly - Replaced test.pl with t/*.t - Updated POD 1.2.1 Tue Jun 11 2002 - First CPAN release - Removed Apache::Reload - Updated POD 1.2 - Added &convert_outline method. - No longer loads CGI.pm; writes HTML for breadcrumbs by hand. - Breadcrumbs are passed to the stylesheet as a parameter rather munging the HTML file after transformation. - No longer loads HTTP::Browser; not much point if the code that goes along with it still hasn;t been written. - Removed &init and moved code into &handler - $gObj_xpath is not created until after a possible outline has been converted to XBEL. - Added $gVar_xbel_bak to record path to actual file in the event of conversion. - Added hooks to read output-escaping config from conf file and pass it along as an XSL param. - Added cleanup handler to reset $gVar_xbel_file and call XML::Xpath cleanup method. - Updated POD 1.1 - Cleaned up naming conventions - Replaced XML::Sablotron with XML::LibXSLT - Updated POD 1.0 - Initial revision # $Id: Changes,v 1.7 2004/03/01 21:25:11 asc Exp $