On Thu, Aug 12, 2004 at 03:25:06PM -0700, Ryan C. Spaulding wrote:
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> <title>Hello World</title>
> </head>
> <body><h1>Hello World</h1></body>
> </html>
uhm ... looks strange to me... the parser used by the command line
tool and by the apache code are exactly the same (same library :).
> [Thu Aug 12 15:18:10 2004] [error] [client 129.99.134.] mod_xslt:
> /var/www/html/xml/winetest.xml:5:
> [Thu Aug 12 15:18:10 2004] [error] [client 129.99.134.] mod_xslt: error:
> [Thu Aug 12 15:18:10 2004] [error] [client 129.99.134.] mod_xslt:
> Opening and ending tag mismatch: meta line 3 and head
Uhm... it seems like the code is parsed twice.. I mean, the first
time it is parsed and the html is generated, than it is parsed again
and the error is outputted, since the <meta tag is not valid .xml.
I just tryed your page on my installation, corrected the problem
highlited earlyer in other messages, and it worked for me (TM).
Is that possible it is an apache2 error page or something alike?
Have you changed them? Just guessint, but could that be some problem
like a ``403 forbidden'' page being parsed by mod-xslt?
Could you paste your apache2 configuration? Does your access.log
says anything before the 500 error page? Thanks :)
Cheers,
Carlo
--
GPG Fingerprint: 2383 7B14 4D08 53A4 2C1A CA29 9E98 5431 1A68 6975
-------------
The most important early product on the way to developing a good product
is an imperfect version.