Hi Bob,
Please find attached what I called a slides docbook. Then simply run:
$ xsltproc --stringparam fop1.extensions 1
/usr/share/xml/docbook/custom/slides/3.4.0/xsl/fo/plain.xsl test.xml >
log
Making landscape pages on USletter paper (11inx8.5in)
Request for subtitle of unexpected element: slides
Thanks
On Mon, Jun 20, 2011 at 6:28 PM, Bob Stayton <[email protected]> wrote:
> Hi,
> Can you be more specific about which slides stylesheet you are using and how
> you are applying it? Thanks.
>
> Bob Stayton
> Sagehill Enterprises
> [email protected]
>
>
> ----- Original Message ----- From: "Mathieu Malaterre"
> <[email protected]>
> To: "DocBook Apps" <[email protected]>
> Sent: Monday, June 20, 2011 2:12 AM
> Subject: [docbook-apps] Request for subtitle of unexpected element: slides
>
>
>> Dear all,
>>
>> I am getting this funny warning message:
>>
>> Request for subtitle of unexpected element: slides
>>
>> When generating a docbook-slides (3.4.0 release). It seems to be
>> coming from the following:
>>
>> <xsl:template match="*" mode="subtitle.markup">
>> <xsl:message>
>> <xsl:text>Request for subtitle of unexpected element: </xsl:text>
>> <xsl:value-of select="local-name(.)"/>
>> </xsl:message>
>> <xsl:text>???SUBTITLE???</xsl:text>
>> </xsl:template>
>>
>> However I do not understand what I need to change in my docbook
>> slides to get rid of this warning.
>>
>> Thanks !
>> --
>> Mathieu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>>
>
>
--
Mathieu
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides XML V3.4.0//EN" "file:///usr/share/xml/docbook/custom/slides/3.4.0/schema/dtd/slides.dtd">
<slides>
<slidesinfo>
<title>Slides title</title>
</slidesinfo>
<foil>
<title>Bla</title>
<para>para</para>
</foil>
</slides>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]