← Prev in month ← Prev in thread

acknowledgements

From
davep <>
Date
2011-08-01T13:51:31+00:00
ID
Thread
acknowledgements
http://www.docbook.org/tdg51/en/html/acknowledgements.html


        Parents

These elements containacknowledgements 
<http://www.docbook.org/tdg51/en/html/acknowledgements.html>:article 
<http://www.docbook.org/tdg51/en/html/article.html>,book 
<http://www.docbook.org/tdg51/en/html/book.html>,module 
<http://www.docbook.org/tdg51/en/html/container.module.html> 
(db.container.module),part 
<http://www.docbook.org/tdg51/en/html/part.html>,resource 
<http://www.docbook.org/tdg51/en/html/container.resource.html> 
(db.container.resource).

In file block.xsl I see

<xsl:template match="d:ackno|d:acknowledgements[parent::d:article]">
<fo:block xsl:use-attribute-sets="normal.para.spacing">
<xsl:call-template name="anchor"/>
<xsl:apply-templates/>
</fo:block>
</xsl:template>

Yet the element, in a book, isn't reported as an unknown element?

In components.xsl I see

<xsl:template match="d:acknowledgements"></xsl:template>
<xsl:template match="d:acknowledgements/d:info"></xsl:template>
<xsl:template match="d:acknowledgements/d:title"></xsl:template>
<xsl:template match="d:acknowledgements/d:titleabbrev"></xsl:template>
<xsl:template match="d:acknowledgements/d:subtitle"></xsl:template>


So it would appear that this element in a book is not processed?
Is that correct?

regards




regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
← Prev in month ← Prev in thread