From fbeb47d559816a4b93a7da169f49157709de810b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 5 Aug 2008 23:24:49 +0000 Subject: [PATCH] SEC-947: Added clarification to docs that FIRST and LAST should be used with position attribute --- src/docbkx/namespace-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index d9ad2f7104..50c40493f6 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -552,8 +552,8 @@ ]]> You can also use the after or before 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 + position attribute to indicate that you want your filter to appear before or after the entire stack, respectively. Avoiding filter position conflicts