In getting the site back up and running I have used a different version of libxslt/libxml2.

In the XSLT for the sidebar (left hand nav menu on axkit.org) I had:

<a href="{sb:url}">...

Through a process of divide and conquer I determined this was causing the infernal server errors on the site.

When I changed it to the equivalent:

<a><xsl:attribute name="href"><xsl:value-of select="sb:url"/></xsl:attribute>

Everything was fine, except much uglier :-)

==========

Error text:

"[Sun Jan 30 01:13:11 2005] [error] [client 64.62.133.148] [AxKit] [Error] Undefined namespace prefix\n"

(that \n is *not* a CR - it's printed literally in my error logs)

Versions:
  libxml2-2.6.17-1
  libxslt-1.0.19-1

(latest of all the relevant perl modules).

Matt.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________


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



Reply via email to