|
|
|
|
Re: Parsing problems admin
|
|
From: admin@xxxxxxxxxxxx
To: users@xxxxxxxxxxxxxxxx
Subject: Re: Parsing problems
Date: Fri, 13 Aug 2004 22:20:35 +0200 (CEST)
Hi,
My guess is that mod-xslt want to parse xslt sheet as an xml document.
Did you try to add something like this in httpd.conf:
AddType text/xsl .xsl
This is one error I found in XSL file:
</h1><
/xsl:template>
</xsl:stylesheet>
It should be:
</h1></xsl:template>
</xsl:stylesheet>
If this is not working, can you post mod-xslt configuration from your
httpd.conf?
Boyan
| |
|