Re: [xsl] FOP and SVG dependency

Subject: Re: [xsl] FOP and SVG dependency
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 23 Oct 2002 21:27:37 +0200
Charles Ohana wrote:
I'm trying to embed SVG in my FOP stylesheet and I have the following error
--  java.lang.InternalError: Can't connect to X11 window server using ':0.0'

SVG rendering relies on the AWT, which in turn relies on the native windows system, a running X server on Unixes. There are several ways around this. If you have Java 1.4, start it with the -headless option. In other environments, installing PJA (pure java AWT) or a memory frame buffer might help. The Cocoon FAQ has a lot of details about this topic.

J.Pietschmann


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread