Problem with viewing xml files
From:
Richard Waid
Date:
2006 Oct 05 20:57 UTC
Short link
On Fri, 2006-10-06 at 01:04 +1300, John wrote:
> Hi.
>
> I have installed zope2.9 on debian, created an instance and it seems
> functional (can login to zmi OK). I unpacked groupserver .9 to the
> Products directory of the instance, restarted zope, created the
> groupserver site and so far looks OK.
>
> Apache rewrite seems to be working OK. However, pointing the browser
> at the instance produces no errors but a blank screen. I returned to
> the zmi and navigated to the instance/content/index-real.xml. If I
> click on the test tab i also get a blank screen. I assume I should
> see the welcome/registration screen. Any help would be greatly appreciated.
Sounds like you're missing the XSLT plugin. If you look in the
log/event.log of the zope instance, and restart Zope, you should see
reports of the XSLT plugins that successfully loaded or didn't. If the
libxslt plugin hasn't loaded, that is your problem.
In that case you'll need to double check the libxslt requirements in the
install documentation.
Hope that helps!