[docbook-apps] mediaobject with base64 encoded image data

2012-04-02 Thread Dominik Psenner
Good morning, We plan to XSL transform a dynamically generated docbook including images to FO and subsequently process that to PDF. Therefore I'm digging only in the docbook to FO stylesheets. While investigating that we had the idea to base64 encode images and include them in the docbook because

RE: [docbook-apps] mediaobject with base64 encoded image data

2012-04-03 Thread Dominik Psenner
be applied on the next release of the docbook stylesheets. What do you think about that? Cheers, Dominik -Original Message- From: Bob Stayton [mailto:b...@sagehill.net] Sent: Monday, April 02, 2012 6:39 PM To: Dominik Psenner; docbook-apps@lists.oasis-open.org Subject: Re: [docbook-apps

RE: [docbook-apps] mediaobject with base64 encoded image data

2012-04-03 Thread Dominik Psenner
-Original Message- From: Jirka Kosek [mailto:ji...@kosek.cz] Sent: Tuesday, April 03, 2012 9:43 AM To: Dominik Psenner Cc: 'Bob Stayton'; docbook-apps@lists.oasis-open.org Subject: Re: [docbook-apps] mediaobject with base64 encoded image data On 3.4.2012 8:38, Dominik Psenner wrote: I'm

RE: [docbook-apps] mediaobject with base64 encoded image data

2012-04-03 Thread Dominik Psenner
There is no need to change anything on DocBook side to support this. Simply put data: into fileref attribute. That doesn't work together with the IBEX processor because data:.. is wrapped into url(data:..) and then the processor treats data:.. as an url, which it is not and thus the image is

[docbook-apps] RE: [docbook] can I move the table of contents?

2012-04-19 Thread Dominik Psenner
Good morning Lorenzo. I'm taking this to the right mailing list (see recipient). You'll be using some sort of docbook stylesheets to transform the docbook document into your output format (.html, .pdf, .fo, ..). A common implementation is located at http://docbook.sf.net/release/xsl/current/.

RE: [docbook-apps] Making PDFs in Windows

2012-04-19 Thread Dominik Psenner
Hi We're transforming docbook documents to FO using the .NET library classes XmlReader and XslCompiledTransform in the namespace System.Xml and System.Xml.Xsl. The resulting formatting objects are then processed to PDF by the commercial IBEX product. We used to call FOP before but we had to

RE: [docbook-apps] can I move the table of contents?

2012-04-19 Thread Dominik Psenner
Dominik, if I understood it correctly, Lorenzo talks about the table of contents, not the index. :) OFFTOPIC *laughingly* I never quite got the differences between TOC, indexes and bibliographies. To me they are all the same thing with different flavours. :-) /OFFTOPIC

RE: [docbook-apps] Image maps in PDF output

2012-05-07 Thread Dominik Psenner
Hi Tyson, In general docbook documents are transformed to an intermediate representation before they are processed to pdf. The intermediate representation is FO (formatting objects). Have you tried to write down a couple of formatting objects (FO) that FOP is capable of processing them to pdf as

RE: [docbook-apps] Aligning numbers in table cells with xsl

2012-05-25 Thread Dominik Psenner
Hi Dave, that should work with a straight forward xsl:choose statement and the XSL functions number(), string-length() and substring() to convert your string to a double. I.e. something like: xsl:template name=StrToNumber xsl:param name=str / xsl:choose xsl:when

Re: [docbook-apps] Gradle build cross-platform - trouble with Saxon 6.5.5 params under Windows

2017-08-10 Thread Dominik Psenner
ps-h...@lists.oasis-open.org > > > > > > -- > Dave Pawson > XSLT XSL-FO FAQ. > Docbook FAQ. > http://www.dpawson.co.uk > > - > To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org > > -- Dominik Psenner