added code-Tag
Status: Beta
Brought to you by:
stevecheng
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)
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