bruno       2003/07/31 07:24:20

  Modified:    src/java/org/apache/cocoon/generation
                        JXTemplateGenerator.java
  Log:
  corrected namespace in javadoc
  
  Revision  Changes    Path
  1.2       +1 -1      
cocoon-2.1/src/java/org/apache/cocoon/generation/JXTemplateGenerator.java
  
  Index: JXTemplateGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/generation/JXTemplateGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JXTemplateGenerator.java  8 Jul 2003 05:48:53 -0000       1.1
  +++ JXTemplateGenerator.java  31 Jul 2003 14:24:20 -0000      1.2
  @@ -103,7 +103,7 @@
   /**
    * <p>(<em>JX</em> for <a 
href="http://jakarta.apache.org/commons/jxpath";>Apache <em>JX</em>Path</a> 
    * and <a href="http://jakarta.apache.org/commons/jexl";>Apache 
<em>J</em>e<em>x</em>l</a>).</p>
  - * <p>Uses the namespace 
<code>http://cocoon.apache.org/templates/jx/1.0</code></p>
  + * <p>Uses the namespace 
<code>http://apache.org/cocoon/templates/jx/1.0</code></p>
    * <p>Provides a generic page template with embedded JSTL and XPath 
    * expression substitution to access data sent by Cocoon Flowscripts.</p>
    * The embedded expression language allows a page author to access an 
  
  
  

Reply via email to