]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix typo in attribute name
authorNorman Walsh <ndw@nwalsh.com>
Fri, 15 Mar 2002 18:12:01 +0000 (18:12 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 15 Mar 2002 18:12:01 +0000 (18:12 +0000)
litprog/weave.xweb

index 9be98082fd933b34fbb098653a026e9ade306fa1..6ea2d0a4847e0500e012ec43e2937596d6ee2672 100644 (file)
@@ -630,7 +630,7 @@ conditions:</para>
 <orderedlist>
 <listitem><para>If the element we are copying is inside a
 <sgmltag>src:fragment</sgmltag> element that specifies a set of
-<sgmltag class="attribute">exclude-result-prefixes</sgmltag>, use
+<sgmltag class="attribute">mundane-result-prefixes</sgmltag>, use
 those prefixes.
 </para></listitem>
 <listitem><para>Otherwise, use the
@@ -644,7 +644,7 @@ with <quote><literal>xml</literal></quote>.</para>
 
 <src:fragment id="calculate-excluded-prefixes">
     <xsl:choose>
-      <xsl:when test="ancestor::src:fragment/@exclude-result-prefixes">
+      <xsl:when test="ancestor::src:fragment/@mundane-result-prefixes">
         <xsl:value-of select="concat(' xml ',
                               ancestor::src:fragment/@exclude-result-prefixes,
                               ' ')"/>