OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Footnote problem


Hi Matej

On Mon 2004-03-01 Matej Cepl wrote:
> this is another newbie problem which I have failed so far to 
> solve. It is <footnote> element or "How to generate element 
> somewhere else". I tried this (very raw draft, of course it 
> would need polishing, but the basic issue is here):
> 
> <xsl:template match="footnote">
> 
> <xsl:element name="{/html/div[last()]}">
>    <xsl:attribute name="class">footnote</xsl:attribute>
>       <xsl:apply-templates/>
>    </xsl:element>
> 
> </xsl:template>
> 
> but it does generate an element without name with correct 
> attribute. What I am doing incorrectly?

http://www.docbook.org/mailinglist/
:
"There are two public DocBook discussion lists to which you can
subscribe.
[...]
<docbook@lists.oasis-open.org> for general DocBook questions. These
include questions about the DTD or schemas, questions about the syntax
or semantics of elements, and general DocBook markup questions. Please
don't post questions about the stylesheets, formatting or processing
issues, or other application-specific questions to this list.
[...]
<docbook-apps@lists.oasis-open.org> for stylesheet and
application-related DocBook questions. This is the place to ask
questions about formatting or processing issues, stylesheets, and
other applications."

Your question would be appropriate to post at
http://www.mulberrytech.com/xsl/xsl-list/
or at 
docbook-apps@lists.oasis-open.org
.

Tobi

-- 
Vim users, don't forget to
   http://iccf-holland.org/donate.html


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]