Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata


NAME

Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata

(Back to Top)


SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 use Taxi::Mysql::Format::XSLTBibl;
 ##========================================================================
 ## Transformation
 $results = $fmt->transform($hitList);

(Back to Top)


DESCRIPTION

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().

Globals etc.

Variable: @ISA

Taxi::Mysql::Format::XSLTBibl inherits from and implements the API(s) specified by Taxi::Mysql::Format::XSLT and Taxi::Mysql::Format::XMLBibl.

Transformation

transform
 $results = $fmt->transform($hitList);

Overridden.

(Back to Top)


ACKNOWLEDGEMENTS

Perl by Larry Wall.

(Back to Top)


AUTHOR

Bryan Jurish <moocow@ling.uni-potsdam.de>

(Back to Top)


COPYRIGHT AND LICENSE

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.

(Back to Top)


SEE ALSO

perl(1), Taxi::Mysql(3perl), Taxi::Mysql::Format(3perl), Taxi::Mysql::Format::XML(3perl), Taxi::Mysql::Format::XSLT(3perl).

(Back to Top)

 Taxi::Mysql::Format::XSLTBibl - hit list formatter: XSL-transformed XML with hit-wise metadata