Re: [docbook-apps] Request for subtitle of unexpected element: slides (update)

2012-08-30 Thread Mathieu Malaterre
Ok, Here is what I did, I simply hacked my local docbook-slides installation and added: $ cat /usr/share/xml/docbook/custom/slides/3.4.0/xsl/fo/plain-titlepage.xsl [...] xsl:template match=* mode=subtitle.markup xsl:message xsl:textRequest for subtitle of unexpected element: /xsl:text

Re: [docbook-apps] Request for subtitle of unexpected element: slides (update)

2012-08-30 Thread Thomas Schraitle
Hi Mathieu, On Thu, 30 Aug 2012 14:19:14 +0200 Mathieu Malaterre mathieu.malate...@gmail.com wrote: Here is what I did, I simply hacked my local docbook-slides installation and added: $ cat /usr/share/xml/docbook/custom/slides/3.4.0/xsl/fo/plain-titlepage.xsl [...] xsl:template match=*

Re: [docbook-apps] Request for subtitle of unexpected element: slides (update)

2012-08-30 Thread Mathieu Malaterre
On Thu, Aug 30, 2012 at 2:54 PM, Thomas Schraitle tom_s...@web.de wrote: [...] If you use xsl:value-of, you get the complete _string_ of your subtitle content---without any quotes. The quotes can only appear if you allow your template to process its child elements. Use xsl:apply-templates and

Re: [docbook-apps] Request for subtitle of unexpected element: slides (update)

2012-08-30 Thread Thomas Schraitle
Hi, On Thu, 30 Aug 2012 16:35:19 +0200 Mathieu Malaterre mathieu.malate...@gmail.com wrote: On Thu, Aug 30, 2012 at 2:54 PM, Thomas Schraitle tom_s...@web.de wrote: [...] If you use xsl:value-of, you get the complete _string_ of your subtitle content---without any quotes. The quotes can

Re: [docbook-apps] Request for subtitle of unexpected element: slides (update)

2012-08-30 Thread Mathieu Malaterre
On Thu, Aug 30, 2012 at 5:00 PM, Thomas Schraitle tom_s...@web.de wrote: xsl:template match=slidesinfo/subtitle[1] mode=subtitle.markup xsl:value-of select=./ /xsl:template That should give you (hopefully) the same results. No, that does not seems to be working at least on my