It's not really perfect now, but better than showing format instructions in the
output.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@105903
13f79535-47bb-0310-9956-
ffa450edef68
<!-- ==================================================================== -->
<!-- <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;