RE: How to make directives look better? Customizing/defining elements and formatting...

2006-10-19 Thread Kai Mutz
I think your problem is that the table below is defined to have 1 column but has two. Try this: table frame=box rules=all captionFTPPASVaddr/caption col align=center/ col align=center/ thead tr align=center

RE: Embeded svg files

2006-10-19 Thread Barry Whiting
Hi Pascal Thanks very much for your response and I'm sorry for the delay. Here is an example for you. ?xml version=1.0 encoding=UTF-8? fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set fo:simple-page-master master-name=directory

Re: Problem PDF Renderer could not be found

2006-10-19 Thread Tobias . Soloschenko
Now I implemented the UserAgent + Renderer correct, but now it seems that the SAX Parser can't figure out the correct FOEventHandler. Is there any way like the Renderer to configure a EventHandler? My code at the moment is: File pdffile = new File(pdfname); out = new

Re: Problem PDF Renderer could not be found

2006-10-19 Thread Andreas L Delmelle
On Oct 19, 2006, at 16:10, [EMAIL PROTECTED] wrote: Hi, Now I implemented the UserAgent + Renderer correct, but now it seems that the SAX Parser can't figure out the correct FOEventHandler. Is there any way like the Renderer to configure a EventHandler? My code at the moment is:

Re: How to make directives look better? Customizing/defining elements and formatting...

2006-10-19 Thread Jay Bryant
Hi, Dan, That's either not DocBook or it's a customization of it. You can achieve the same look by writing a transform that turns those elements into standard Docbook and then styling the DocBook output accordingly. For now, remember that DocBook contains content. You'll do the styling when

Re: How to make directives look better? Customizing/defining elements and formatting...

2006-10-19 Thread Glen Mazza
Jay Bryant wrote: Hi, Dan, That's either not DocBook or it's a customization of it. You can achieve the same look by writing a transform that turns those elements into standard Docbook and then styling the DocBook output accordingly. For now, remember that DocBook contains content. You'll

Re: Embeded svg files

2006-10-19 Thread J.Pietschmann
Barry Whiting wrote: fo:region-before region-name=xsl-region-before extent=150px background-repeat=no-repeat background-image=url('http://www.londontown.com/DirectoryV2/w3c/images/ page_top.svg') / IIRC in 0.20.5 SVG images don't work properly as region