Ignore:
Timestamp:
04/03/09 13:20:53 (14 years ago)
Author:
julian.reschke@…
Message:

update to latest version of rfc2629.xslt package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rfc2629xslt/clean-for-DTD.xslt

    r329 r502  
    22    Strip rfc2629.xslt extensions, generating XML input for MTR's xml2rfc
    33
    4     Copyright (c) 2006-2008, Julian Reschke (julian.reschke@greenbytes.de)
     4    Copyright (c) 2006-2009, Julian Reschke (julian.reschke@greenbytes.de)
    55    All rights reserved.
    66
     
    210210
    211211<xsl:template match="x:dfn" mode="cleanup">
     212  <!-- help xml2rfc to keep dfn and following text on the same page -->
     213  <xsl:if test="not(preceding-sibling::x:dfn) and count(following-sibling::list)=1">
     214    <xsl:processing-instruction name="rfc">needLines="4"</xsl:processing-instruction>
     215  </xsl:if>
    212216  <xsl:apply-templates mode="cleanup"/>
    213217</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.