Matt was that last email blank or was it just my client?

SimpleTaglib looks good but has me scratching my head at the mo. All I get
with a hacked version of Simple.pm is a nasty looking err... Back to the
docs! I miss TaglibHelper already!!


----error
[Wed Jun 11 17:55:12 2003] [error] [client 10.4.0.112] [AxKit] [Error]
Compilation failed: Global symbol "$_xsp_demo_test" requires explicit
package name at (eval 53) line 8.
Unmatched right curly bracket at (eval 53) line 11, at end of line
syntax error at (eval 53) line 11, near ";
}"

package Apache::Kentucky::Taglib_Partners;

#modules
use strict;
use Apache::AxKit::Language::XSP::SimpleTaglib;
$Apache::Kentucky::Taglib_Partners::VERSION = 0.1;
$Apache::Kentucky::Taglib_Partners::BUILD= "060603";
$Apache::Kentucky::Taglib_Partners::NS =
'http://www.freeloader.com/xsp/Kentucky/Partners/';

package Apache::Kentucky::Taglib_Partners::Handlers;
sub New_Accounts
{
    my $_xsp_demo_test = "someting";
    return '$_xsp_demo_test;';
}

1;

On 11/6/03 4:35 pm, "Matt Sergeant" <[EMAIL PROTECTED]> wrote:

> On Wed, 11 Jun 2003, Mark Cance wrote:
> 
>> Hi all,
>> 
>> Just before I convert my Taglibs to use
>> Apache::AxKit::Language::XSP::SimpleTaglib; instead of
>> Apache::AxKit::Language::XSP::TaglibHelper I just wanted to double check
>> that there is no way of returning Tag attributes using TaglibHelper e.g.
>> <sometag attribute=


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to