Pārlūkot izejas kodu

SEC-947: Added clarification to docs that FIRST and LAST should be used with position attribute

Luke Taylor 17 gadi atpakaļ
vecāks
revīzija
fbeb47d559
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/docbkx/namespace-config.xml

+ 2 - 2
src/docbkx/namespace-config.xml

@@ -552,8 +552,8 @@
   </beans:bean>
   ]]></programlisting>
         You can also use the <literal>after</literal> or <literal>before</literal> attribtues if you want your filter
-        to be inserted before or after another filter in the stack. The names "FIRST" and "LAST" can be used to indicate
-        that you want your filter to appear before or after the entire stack, respectively.
+        to be inserted before or after another filter in the stack. The names "FIRST" and "LAST" can be used with the 
+        <literal>position</literal> attribute to indicate that you want your filter to appear before or after the entire stack, respectively.
       </para>
       <tip>
         <title>Avoiding filter position conflicts</title>