Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata |
Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata
##======================================================================== ## PRELIMINARIES
use Taxi::Mysql::Format::XSLTBibl;
##======================================================================== ## Transformation
$results = $fmt->transform($hitList);
Taxi::Mysql::Format::XSLTBibl is a class for formatting HitList objects via user-specified XSL transformation of an XML document as returned by Taxi::Mysql::Format::XSLTBibl::hitListDocument().
Taxi::Mysql::Format::XSLTBibl
inherits from and implements the API(s)
specified by
Taxi::Mysql::Format::XSLT and Taxi::Mysql::Format::XMLBibl.
$results = $fmt->transform($hitList);
Overridden.
Perl by Larry Wall.
Bryan Jurish <moocow@ling.uni-potsdam.de>
Copyright (C) 2006 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.
perl(1), Taxi::Mysql(3perl), Taxi::Mysql::Format(3perl), Taxi::Mysql::Format::XML(3perl), Taxi::Mysql::Format::XSLT(3perl).
Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata |