You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/03/28 19:52:35 UTC

cvs commit: xml-cocoon/xdocs xspprocessor.xml

greenrd     01/03/28 09:52:35

  Modified:    xdocs    xspprocessor.xml
  Log:
  corrected mistake about taglib application order
  
  Revision  Changes    Path
  1.13      +6 -2      xml-cocoon/xdocs/xspprocessor.xml
  
  Index: xspprocessor.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/xspprocessor.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- xspprocessor.xml	2001/02/24 17:51:58	1.12
  +++ xspprocessor.xml	2001/03/28 17:52:32	1.13
  @@ -953,9 +953,13 @@
     
             <p>
               The order in which <code>xmlns:</code> attributes appear
  -            dictates library processing order. The XSP built-in
  +            does not necessarily affect the library processing order
  +            (which is unspecified, so you should always attempt to make
  +            logicsheets applicable in any order, if possible - if this
  +            is not possible, see the FAQ). The XSP built-in
               library, though, is always applied last, regardless of its
  -            position in the <code>xmlns:</code> attribute list.
  +            position in the <code>xmlns:</code> attribute list - that is because
  +            it generates the actual Java source file rather than XML.
             </p>
       
             <p>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org