Changeset 2499 for rfc2629xslt/clean-for-DTD.xslt
- Timestamp:
- 18/11/13 18:08:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/clean-for-DTD.xslt
r2461 r2499 240 240 <xsl:template match="x:dfn" mode="cleanup"> 241 241 <!-- help xml2rfc to keep dfn and following text on the same page --> 242 <xsl:if test="not(preceding-sibling::x:dfn) and count(following-sibling::list)=1"> 242 <!-- removed for now because it broke httpbis-p2 (def of 200 OK in -25) 243 <xsl:if test="not(preceding-sibling::x:dfn) and count(following-sibling::list)=1 and normalize-space(../text()='')"> 243 244 <xsl:processing-instruction name="rfc">needLines="4"</xsl:processing-instruction> 244 </xsl:if> 245 </xsl:if>--> 245 246 <xsl:apply-templates mode="cleanup"/> 246 247 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.