docbook-apps

  • 1.  Title-page customization - is it just me ?

    Posted 11-23-2012 17:09


    I'm sure it is me, but I can't seem to get this to work.....



    I want to customize my (PDF via FO) document.

    I want to make the title-page a separate page, ie to insert a page-break. My document is an
    .

    I'm using docbook-xsl-1.77.1 stylesheets, and Docbook 5.



    Following the instructions in Bob's book I've taken a copy of fo\titlepage.templates.xml.

    I process it using template\titlepage.xsl and Saxon 6-5-5. I call the result mytitlepages.xsl.

    If I then compare my mytitlepages.xsl with the supplied fo\titlepage.templates.xml I find that all the elements which are <fo:block> in the given file are <block> in my generated one.

    For example :

    published: <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$title.fontset}">

    against
    generated: <block font-family="{$title.fontset}">

    If I then <import> my generated file I get streams of error messages - the first of which is :

    Error at fo:block on line 342 of file:/C:/Users/Richard/Downloads/DocBook/docbook-xsl-1.77.1/fo/refentry.xsl:
    No attribute-set exists named refnamediv.titlepage.recto.style

    and the others are similar.

    I am assuming these are being caused by this inconsistency in the xsl.



    Can anyone advise what I might be doing wrong ?

    I am assuming that as the published stylesheets have been around for a while they are right ....

    And that Bob's book is accurate.



    Note that at this stage my local titlepage.templates.xml is unmodified, yet is showing this inconsistency. I would expect processing the published titlepage.templates.xml would generate a copy of the published titlepage.templates.xsl.





    Once I've got this aspect sorted my next task will be to work out exactly what I need to put where to get a page-break after the article recto title page.







    Puzzledly,

    Richard.





    PS,

    Once I've got the title page on a separate page I'll want to move the revision history somewhere else, ie to near the end of the document.

    Actually I want it at the end, since it would be before the Index, but there isn't an Index.

    And then I'm going to want two separate Revision Histories, one for the document and one for the software to which it refers.






    [Blue line]
    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    [Atos logo]
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.



  • 2.  RE: Title-page customization - is it just me ?

    Posted 11-23-2012 17:59


    Well - no sooner do I send my question than I make some progress, and realize it was me ....

    (checking a query I sent to the list back in July)



    Since I'm using Docbook 5 I need to use the ns stylesheets.



    Having done that I get the processed file being nearly the same as the published one.

    The xml header PI differs in that mine states encoding="utf-8" which the published one doesn't.

    The xsl:stylesheet lists the namespaces in different orders.

    And the "This stylesheet was cretated" comment is slightly different.

    Both the above differences I think are trivial, though i'm surprised the generated one is not the same as the published one as regards the comment. I think the namespace name differences are just due to the processor.



    Further down the file I find the following in my generated file, but absent from the published one.

    <xsl:when test="d:docinfo/d:title">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:title"/>
    </xsl:when>
    and

    <xsl:when test="d:docinfo/d:subtitle">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:subtitle"/>
    </xsl:when>

    I am suprised at this difference as I'd expect the real content in the published files to correspond to the source as published.





    Now I do need to work out what to do to get the page-break added.

    And then the removal of the Rev History from the beginning and moving it to the end and adding another.





    Progressively,

    Richard.








    [Blue line]
    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    [Atos logo]
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
    ________________________________
    From: Kerry, Richard [richard.kerry@atos.net]
    Sent: 23 November 2012 17:09
    To: DocBook Apps Mailing List ?[docbook-apps@lists.oasis-open.org]?
    Subject: [docbook-apps] Title-page customization - is it just me ?




    I'm sure it is me, but I can't seem to get this to work.....



    I want to customize my (PDF via FO) document.

    I want to make the title-page a separate page, ie to insert a page-break. My document is an
    .

    I'm using docbook-xsl-1.77.1 stylesheets, and Docbook 5.



    Following the instructions in Bob's book I've taken a copy of fo\titlepage.templates.xml.

    I process it using template\titlepage.xsl and Saxon 6-5-5. I call the result mytitlepages.xsl.

    If I then compare my mytitlepages.xsl with the supplied fo\titlepage.templates.xml I find that all the elements which are <fo:block> in the given file are <block> in my generated one.

    For example :

    published: <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$title.fontset}">

    against
    generated: <block font-family="{$title.fontset}">

    If I then <import> my generated file I get streams of error messages - the first of which is :

    Error at fo:block on line 342 of file:/C:/Users/Richard/Downloads/DocBook/docbook-xsl-1.77.1/fo/refentry.xsl:
    No attribute-set exists named refnamediv.titlepage.recto.style

    and the others are similar.

    I am assuming these are being caused by this inconsistency in the xsl.



    Can anyone advise what I might be doing wrong ?

    I am assuming that as the published stylesheets have been around for a while they are right ....

    And that Bob's book is accurate.



    Note that at this stage my local titlepage.templates.xml is unmodified, yet is showing this inconsistency. I would expect processing the published titlepage.templates.xml would generate a copy of the published titlepage.templates.xsl.





    Once I've got this aspect sorted my next task will be to work out exactly what I need to put where to get a page-break after the article recto title page.







    Puzzledly,

    Richard.





    PS,

    Once I've got the title page on a separate page I'll want to move the revision history somewhere else, ie to near the end of the document.

    Actually I want it at the end, since it would be before the Index, but there isn't an Index.

    And then I'm going to want two separate Revision Histories, one for the document and one for the software to which it refers.






    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.



  • 3.  Re: [docbook-apps] RE: Title-page customization - is it just me ?

    Posted 11-24-2012 00:44
    Hi Richard,
    Thanks for pointing out these inconsistencies. I think I know why they are happening, and I'll correct them for the next release.

    I hope they are not producing any functional differences. If so, please point them out.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net


    From: Kerry, Richard
    Sent: Friday, November 23, 2012 9:58 AM
    To: DocBook Apps Mailing List ?[docbook-apps@lists.oasis-open.org]?
    Subject: [docbook-apps] RE: Title-page customization - is it just me ?




    Well - no sooner do I send my question than I make some progress, and realize it was me ....

    (checking a query I sent to the list back in July)



    Since I'm using Docbook 5 I need to use the ns stylesheets.



    Having done that I get the processed file being nearly the same as the published one.

    The xml header PI differs in that mine states encoding="utf-8" which the published one doesn't.

    The xsl:stylesheet lists the namespaces in different orders.

    And the "This stylesheet was cretated" comment is slightly different.

    Both the above differences I think are trivial, though i'm surprised the generated one is not the same as the published one as regards the comment. I think the namespace name differences are just due to the processor.



    Further down the file I find the following in my generated file, but absent from the published one.

    <xsl:when test="d:docinfo/d:title">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:title"/>
    </xsl:when>
    and

    <xsl:when test="d:docinfo/d:subtitle">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:subtitle"/>
    </xsl:when>


    I am suprised at this difference as I'd expect the real content in the published files to correspond to the source as published.





    Now I do need to work out what to do to get the page-break added.

    And then the removal of the Rev History from the beginning and moving it to the end and adding another.





    Progressively,

    Richard.










    Richard Kerry

    BNCS Engineer


    T: +44 (0)20 82259063

    M: +44 (0)7812 325518

    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ

    richard.kerry@atos.net

    uk.atos.net







    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.


    --------------------------------------------------------------------------------

    From: Kerry, Richard [richard.kerry@atos.net]
    Sent: 23 November 2012 17:09
    To: DocBook Apps Mailing List ?[docbook-apps@lists.oasis-open.org]?
    Subject: [docbook-apps] Title-page customization - is it just me ?




    I'm sure it is me, but I can't seem to get this to work.....



    I want to customize my (PDF via FO) document.

    I want to make the title-page a separate page, ie to insert a page-break. My document is an
    .

    I'm using docbook-xsl-1.77.1 stylesheets, and Docbook 5.



    Following the instructions in Bob's book I've taken a copy of fo\titlepage.templates.xml.

    I process it using template\titlepage.xsl and Saxon 6-5-5. I call the result mytitlepages.xsl.

    If I then compare my mytitlepages.xsl with the supplied fo\titlepage.templates.xml I find that all the elements which are <fo:block> in the given file are <block> in my generated one.

    For example :

    published: <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$title.fontset}">

    against
    generated: <block font-family="{$title.fontset}">


    If I then <import> my generated file I get streams of error messages - the first of which is :

    Error at fo:block on line 342 of file:/C:/Users/Richard/Downloads/DocBook/docbook-xsl-1.77.1/fo/refentry.xsl:
    No attribute-set exists named refnamediv.titlepage.recto.style

    and the others are similar.

    I am assuming these are being caused by this inconsistency in the xsl.



    Can anyone advise what I might be doing wrong ?

    I am assuming that as the published stylesheets have been around for a while they are right ....

    And that Bob's book is accurate.



    Note that at this stage my local titlepage.templates.xml is unmodified, yet is showing this inconsistency. I would expect processing the published titlepage.templates.xml would generate a copy of the published titlepage.templates.xsl.





    Once I've got this aspect sorted my next task will be to work out exactly what I need to put where to get a page-break after the article recto title page.







    Puzzledly,

    Richard.





    PS,

    Once I've got the title page on a separate page I'll want to move the revision history somewhere else, ie to near the end of the document.

    Actually I want it at the end, since it would be before the Index, but there isn't an Index.

    And then I'm going to want two separate Revision Histories, one for the document and one for the software to which it refers.








    Richard Kerry

    BNCS Engineer


    T: +44 (0)20 82259063

    M: +44 (0)7812 325518

    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ

    richard.kerry@atos.net

    uk.atos.net







    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.



    --------------------------------------------------------------------------------



    ---------------------------------------------------------------------
    To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


  • 4.  RE: [docbook-apps] RE: Title-page customization - is it just me ?

    Posted 12-03-2012 13:16


    Bob,

    I'm not sure if I'd recognize whether the two differences I note below are causing functional differences as I'm very new to titlepage customization. I shall report back if I do think I've found anything.





    I got my first bit of title-page customization working, though more by guesswork than from the docs.



    On recognizing font-family as an fo:block attribute I tried adding break-after as an attribute.



    ie changing :

    <t:titlepage t:element="article" t:wrapper="fo:block" font-family="{$title.fontset}" >



    to :

    <t:titlepage t:element="article" t:wrapper="fo:block" font-family="{$title.fontset}" break-after="page" >

    And that worked. Ie I got a page-break after the title.

    Then I found something that told me that was what I needed to do - Note 5 in Example 11.1.



    I'm not yet sure why it worked - there are some pages somwehere on the titlepage configuration elements, but I can't now find them.

    I'll want to add some element positioning and coloured blocks, lines and images.







    Eventually,

    Richard.






    [Blue line]
    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    [Atos logo]
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
    ________________________________
    From: Bob Stayton [bobs@sagehill.net]
    Sent: 24 November 2012 00:44
    To: Kerry, Richard; docbook-apps@lists.oasis-open.org
    Subject: Re: [docbook-apps] RE: Title-page customization - is it just me ?

    Hi Richard,
    Thanks for pointing out these inconsistencies. I think I know why they are happening, and I'll correct them for the next release.

    I hope they are not producing any functional differences. If so, please point them out.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net<mailto:bobs@sagehill.net>

    From: Kerry, Richard<mailto:richard.kerry@atos.net>
    Sent: Friday, November 23, 2012 9:58 AM
    To: DocBook Apps Mailing List ?[docbook-apps@lists.oasis-open.org]?<mailto:docbook-apps@lists.oasis-open.org] €?>
    Subject: [docbook-apps] RE: Title-page customization - is it just me ?




    Well - no sooner do I send my question than I make some progress, and realize it was me ....

    (checking a query I sent to the list back in July)



    Since I'm using Docbook 5 I need to use the ns stylesheets.



    Having done that I get the processed file being nearly the same as the published one.

    The xml header PI differs in that mine states encoding="utf-8" which the published one doesn't.

    The xsl:stylesheet lists the namespaces in different orders.

    And the "This stylesheet was cretated" comment is slightly different.

    Both the above differences I think are trivial, though i'm surprised the generated one is not the same as the published one as regards the comment. I think the namespace name differences are just due to the processor.



    Further down the file I find the following in my generated file, but absent from the published one.

    <xsl:when test="d:docinfo/d:title">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:title"/>
    </xsl:when>
    and

    <xsl:when test="d:docinfo/d:subtitle">
    <xsl:apply-templates mode="topic.titlepage.recto.auto.mode" select="d:docinfo/d:subtitle"/>
    </xsl:when>

    I am suprised at this difference as I'd expect the real content in the published files to correspond to the source as published.





    Now I do need to work out what to do to get the page-break added.

    And then the removal of the Rev History from the beginning and moving it to the end and adding another.





    Progressively,

    Richard.








    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
    ________________________________
    From: Kerry, Richard [richard.kerry@atos.net]
    Sent: 23 November 2012 17:09
    To: DocBook Apps Mailing List ?[docbook-apps@lists.oasis-open.org]?
    Subject: [docbook-apps] Title-page customization - is it just me ?




    I'm sure it is me, but I can't seem to get this to work.....



    I want to customize my (PDF via FO) document.

    I want to make the title-page a separate page, ie to insert a page-break. My document is an
    .

    I'm using docbook-xsl-1.77.1 stylesheets, and Docbook 5.



    Following the instructions in Bob's book I've taken a copy of fo\titlepage.templates.xml.

    I process it using template\titlepage.xsl and Saxon 6-5-5. I call the result mytitlepages.xsl.

    If I then compare my mytitlepages.xsl with the supplied fo\titlepage.templates.xml I find that all the elements which are <fo:block> in the given file are <block> in my generated one.

    For example :

    published: <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="{$title.fontset}">

    against
    generated: <block font-family="{$title.fontset}">

    If I then <import> my generated file I get streams of error messages - the first of which is :

    Error at fo:block on line 342 of file:/C:/Users/Richard/Downloads/DocBook/docbook-xsl-1.77.1/fo/refentry.xsl:
    No attribute-set exists named refnamediv.titlepage.recto.style

    and the others are similar.

    I am assuming these are being caused by this inconsistency in the xsl.



    Can anyone advise what I might be doing wrong ?

    I am assuming that as the published stylesheets have been around for a while they are right ....

    And that Bob's book is accurate.



    Note that at this stage my local titlepage.templates.xml is unmodified, yet is showing this inconsistency. I would expect processing the published titlepage.templates.xml would generate a copy of the published titlepage.templates.xsl.





    Once I've got this aspect sorted my next task will be to work out exactly what I need to put where to get a page-break after the article recto title page.







    Puzzledly,

    Richard.





    PS,

    Once I've got the title page on a separate page I'll want to move the revision history somewhere else, ie to near the end of the document.

    Actually I want it at the end, since it would be before the Index, but there isn't an Index.

    And then I'm going to want two separate Revision Histories, one for the document and one for the software to which it refers.






    Richard Kerry
    BNCS Engineer
    T: +44 (0)20 82259063
    M: +44 (0)7812 325518
    Room EBX 301, BBC Television Centre, Wood Lane, London, W12 7RJ
    richard.kerry@atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=mailto%3arichard.kerry%40atos.net>
    uk.atos.net<https://webmail.siemens-it-solutions.com/owa/redir.aspx?C=9fb20d019e3e4cb99344d708709a3177&URL=http%3a%2f%2fuk.atos.net%2fen-uk%2f>
    This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.

    ________________________________

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



  • 5.  RE: [docbook-apps] RE: Title-page customization - is it just me ?

    Posted 12-14-2012 13:51
    Hello!

    I've searched the bug tracking system for any info but didn't find any such issue (see initial posting by Richard below) mentioned there since the date of posting (23.11.2012). Just wondering if the following issue (absence of "fo:" and namespace declaration while generating titlepage fo-templates) have already been fixed (or will be fixed) in the upcoming release? Despite Richard (topic starter) noted that this issue maybe concerns the wrong stylesheets he used (not-NS applied to Docbook 5) I confirm that the same issue exists while generating titlepage template by the right stylesheets (Docbook 4.5 + Docbook XSL 1.77.1).

    --
    Best regards,
    Eduard Tibet




  • 6.  Re: [docbook-apps] RE: Title-page customization - is it just me ?

    Posted 12-14-2012 17:08
    The namespace problem for generating title pages is fixed in SVN and will be
    included in the forthcoming release. The 1.77.1 ns version is capable of
    generating the correct file, but when you use the template/titlepage.xsl
    stylesheet, you have to set the "ns" parameter manually:

    ns="http://www.w3.org/1999/XSL/Format"

    In the forthcoming version the stylesheet sets this automatically by
    detecting an element with that namespace in the source file.

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net

    --------------------------------------------------
    From: "Eduard Tibet" <eduard.tibet@i-free.com>
    Sent: Friday, December 14, 2012 5:51 AM
    To: <docbook-apps@lists.oasis-open.org>
    Subject: RE: [docbook-apps] RE: Title-page customization - is it just me ?

    > Hello!
    >
    > I've searched the bug tracking system for any info but didn't find any
    > such issue (see initial posting by Richard below) mentioned there since
    > the date of posting (23.11.2012). Just wondering if the following issue
    > (absence of "fo:" and namespace declaration while generating titlepage
    > fo-templates) have already been fixed (or will be fixed) in the upcoming
    > release? Despite Richard (topic starter) noted that this issue maybe
    > concerns the wrong stylesheets he used (not-NS applied to Docbook 5) I
    > confirm that the same issue exists while generating titlepage template by
    > the right stylesheets (Docbook 4.5 + Docbook XSL 1.77.1).
    >
    > --
    > Best regards,
    > Eduard Tibet
    >
    >