minchau     2004/02/17 14:15:52

  Modified:    java/src/org/apache/xalan/templates ElemForEach.java
  Log:
  PR: bugzilla 26217
  Submitted by: Brian Minchau
  Reviewed by:  Henry Zongaro
  
  This is a javadoc update only.
  Programming instructions don't have a namespace, so make
  the PI with no namespace be "xalan-doc-cache-off" rather than
  "xalan:doc-cache-off"
  - Brian Minchau
  
  Revision  Changes    Path
  1.37      +4 -2      
xml-xalan/java/src/org/apache/xalan/templates/ElemForEach.java
  
  Index: ElemForEach.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemForEach.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- ElemForEach.java  16 Feb 2004 20:32:33 -0000      1.36
  +++ ElemForEach.java  17 Feb 2004 22:15:52 -0000      1.37
  @@ -57,7 +57,9 @@
     static final boolean DEBUG = false;
     
     /**
  -   * This is set by an "xalan:doc-cache-off" pi.  It tells the engine that
  +   * This is set by an "xalan-doc-cache-off" pi, or the old 
"xalan:doc-cache-off" pi.
  +   * The old form of the PI only works for XML parsers that are not 
namespace aware.
  +   * It tells the engine that
      * documents created in the location paths executed by this element
      * will not be reparsed. It's set by StylesheetHandler during
      * construction. Note that this feature applies _only_ to xsl:for-each
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to