Re: no html output after pdf rendering

2001-11-09 Thread Sebastien Koechlin
Erik Stunkat wrote: > I have docbook dtd xml 4.1.2 with N. Walshs stylesheets and I´m able to get > html output with the xsl stylesheets for plain html. It seems to work with > fo to produce pdfs (no errors in log) but the browser shows nothing, empty > page. Your problem is probably called 'mi

Re: problems with Html Generator

2001-10-18 Thread Sebastien Koechlin
Please, do not post in HTML ! > When I install Cocoon for the first time I didn't install the html generator, > but now I need it so I install it. > > I get the file Tidy.jar and i put it on the lib's directory, but when i try > to use it (even with the cocoon examples ), I get a `can't find file

Re: Problems compiling sitemap

2001-10-18 Thread Sebastien Koechlin
Carlos wrote: > Exception in thread "main" java.lang.InternalError: Can't connect to X11 > window server using ':0.0' as the value of the DISPLAY variable. > at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) > at > sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:58)

Re: Catching XMLSerializer O/P

2001-10-18 Thread Sebastien Koechlin
shailendra vasale wrote: > I'm trying to catch the events in XMLSerializer(which is getting displayed on >browser) > but what I get is - When I catch the startElement and endElement events I get the >elements > as specified in XSL. > But when I catch the characters event I get the entire co