This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]