You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2004/02/17 23:18:12 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan faq.xml

minchau     2004/02/17 14:18:12

  Modified:    java/xdocs/sources/xalan faq.xml
  Log:
  PR: bugzilla 26217
  Submitted by:	Brian Minchau
  Reviewed by:	Henry Zongaro
  
  Changed a ":" to a "-" in "xalan:doc-cache-off" in the FAQ.
  
  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.40      +2 -2      xml-xalan/java/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- faq.xml	17 Feb 2004 19:25:35 -0000	1.39
  +++ faq.xml	17 Feb 2004 22:18:12 -0000	1.40
  @@ -469,7 +469,7 @@
           <source>
   &lt;xsl:template match="doc"&gt;
     &lt;xsl:for-each select="document(@href)/bar/zulu"&gt;
  -    &lt;?xalan:doc-cache-off?&gt;
  +    &lt;?xalan-doc-cache-off?&gt;
       &lt;!-- process each document --&gt;
     &lt;xsl:for-each&gt;
   &lt;/xsl:template&gt;</source>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org