Commit b68f4694 authored by Joe Orton's avatar Joe Orton
Browse files

Prevent .nf/.fi regions being sucked up by normalize-space in

apxs.8.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105311 13f79535-47bb-0310-9956-ffa450edef68
parent c6d68ea2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -313,7 +313,11 @@
<!-- ==================================================================== -->
<!-- <example>                                                            -->
<!-- ==================================================================== -->
<xsl:template match="example">
<xsl:template match="example[ancestor::dd]">
  <xsl:apply-templates/>
</xsl:template>

<xsl:template match="example[not(ancestor::dd)]">
&lf;
<xsl:text>.nf</xsl:text>&lf;
<xsl:apply-templates />&lf;