On Mon, 15 Apr 2002, Markus Jais wrote:

> thanks for the tip but now I get a strange error:
>
> this is my xml code:
> <xsp:page
>     language="Perl"
>     xmlns:xsp="http://apache.org/xsp/core/v1";
>     xmlns:util="http://apache.org/xsp/util/v1";
> >
> ....
> <page>
>       <title>Mailindex</title>
>       <headline>Mailindex for <xsp:expr>$customerno</xsp:expr></headline>
>       <util:include-expr>
>               <xsp:expr>$gmx->get_mail_index($customerno, "inbox")</xsp:expr>
>       </util:include-expr>
> </page>
> </xsp:page>
>
> and this is the error in my apache logfile:
>
> [Mon Apr 15 16:11:23 2002] [error] [client 127.0.0.1] [AxKit] [Error] Empty
> string at /usr/lib/perl5/site_perl/5.6.1/i586-linux/XML/LibXML.pm line 191.
>
> [Mon Apr 15 16:11:23 2002] [error] [client 127.0.0.1] [AxKit] From:
> /usr/lib/perl5/site_perl/5.6.1/i586-linux/Apache/AxKit/Exception.pm : 9
> [Mon Apr 15 16:11:23 2002] [error] ErrorStylesheet: No module mapping found
> for type ''
>
>
> unfortunately I can not make any sense of this information.
>
> I added
> AxAddXSPTaglib AxKit::XSP::Util
> to httpd.conf
>
>
> does anybody know what might be wrong??

It could be using an old LibXML API or something. AxKit::XSP::Util is
Kip's domain - I'll prod him if I see him today.

-- 
<!-- Matt -->
<:->Get a smart net</:->


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

Reply via email to