Loading docs/manual/style/common.dtd +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ <!-- Generic tag entities --> <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | img | cite | q | dfn | var | transnote | glossary | phonetic"> <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | program | img | cite | q | dfn | var | transnote | glossary | phonetic"> <!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre | blockquote"> Loading docs/manual/style/xsl/common.xsl +14 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,20 @@ <!-- /module --> <!-- ==================================================================== --> <!-- <program> --> <!-- Inserts a link to referred program --> <!-- ==================================================================== --> <xsl:template match="program"> <code class="program"> <a href="{$path}/programs/{normalize-space(.)}.html"> <xsl:value-of select="normalize-space(.)" /> </a> </code> </xsl:template> <!-- /program --> <!-- ==================================================================== --> <!-- <related> --> <!-- ==================================================================== --> Loading Loading
docs/manual/style/common.dtd +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ <!-- Generic tag entities --> <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | img | cite | q | dfn | var | transnote | glossary | phonetic"> <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | program | img | cite | q | dfn | var | transnote | glossary | phonetic"> <!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre | blockquote"> Loading
docs/manual/style/xsl/common.xsl +14 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,20 @@ <!-- /module --> <!-- ==================================================================== --> <!-- <program> --> <!-- Inserts a link to referred program --> <!-- ==================================================================== --> <xsl:template match="program"> <code class="program"> <a href="{$path}/programs/{normalize-space(.)}.html"> <xsl:value-of select="normalize-space(.)" /> </a> </code> </xsl:template> <!-- /program --> <!-- ==================================================================== --> <!-- <related> --> <!-- ==================================================================== --> Loading