Menu

#4 added code-Tag

open
None
5
2007-02-17
2007-01-29
No

Hello,

in a manual (xml-format) that I converted
to texinfo using docbook2texi
I stumbled across an inline
code-Tag used in this document.
For my use I added

-----------
<xsl:template match="code">
<xsl:call-template name="inline-markup-code"/>
</xsl:template>
-----------

to verbatim.xsl in the xslt/texi directory.
I don't know if this addition is generally
helpful. Maybe it's better located in inline.xsl.
Just wanted to share this one.

Greetings,
Matthias Kievernagel
(mkiever.at.web.dot.de)

Discussion

  • Steve Cheng

    Steve Cheng - 2007-02-17

    Logged In: YES
    user_id=48422
    Originator: NO

    Thank you for your suggested addition.

    I noted that indeed the "code" element was added in DocBook v4.3. I will make a new docbook2X release containing this addition (and perhaps other missing inline elements) in the coming weeks.

    // Steve

     
  • Steve Cheng

    Steve Cheng - 2007-02-17
    • assigned_to: nobody --> stevecheng
     

Log in to post a comment.