Hi, I don't understand how the options in TaglibHelper work. What's wrong with the code below?
---------------------cut--------------------- package Axkit::Bestsolution::Standing; $NS = 'http://bestsolution.at/xsp/sports/standing'; @EXPORT_TAGLIB = ( 'getChart()' ); use Apache::AxKit::Language::XSP::TaglibHelper; @ISA = qw( Apache::AxKit::Language::XSP::TaglibHelper ); use strict; sub getChart():as_xml=true { return "<hello>HELLO WORLD</hello>"; } ---------------------cut--------------------- thx tom -- Tom Schindl <[EMAIL PROTECTED]> bestsolution.at --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
