greenrd     01/01/23 11:53:03

  Modified:    samples/xinclude xinclude.xml
               .        todo.xml changes.xml
               xdocs/dtd todo-v10.dtd
  Log:
  fixed one xinclude sample
  
  Revision  Changes    Path
  1.3       +4 -5      xml-cocoon/samples/xinclude/xinclude.xml
  
  Index: xinclude.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/xinclude/xinclude.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xinclude.xml      2000/07/25 18:56:57     1.2
  +++ xinclude.xml      2001/01/23 19:52:38     1.3
  @@ -3,9 +3,8 @@
   <?cocoon-process type="xinclude"?>
   <!--<?cocoon-format type="text/xml"?>-->
   
  -<page 
  -     xmlns:xinclude="http://www.w3.org/1999/XML/xinclude";
  ->
  -<include xinclude:parse="text" xinclude:href="foo.txt"/>
  -<include xinclude:parse="xml" xinclude:href="foo.xml"/>
  +<page xmlns:xinclude="http://www.w3.org/1999/XML/xinclude"; >
  +<xinclude:include xinclude:parse="text" xinclude:href="foo.txt"/>
  +<xinclude:include xinclude:parse="xml" xinclude:href="foo.xml"/>
   </page>
  +
  
  
  
  1.62      +8 -5      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- todo.xml  2001/01/19 16:32:26     1.61
  +++ todo.xml  2001/01/23 19:52:43     1.62
  @@ -3,7 +3,7 @@
   <!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
   
   <!--
  -  $Id: todo.xml,v 1.61 2001/01/19 16:32:26 greenrd Exp $
  +  $Id: todo.xml,v 1.62 2001/01/23 19:52:43 greenrd Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -25,19 +25,22 @@
     <action context="docs" assigned-to="RDG" bugid="6">
      Fix dead links in docs.
     </action>
  -<!-- audit <action context="code" bugid="33">
  -   Fix XSP string escaping bug.
  -  </action>-->
  +  <action context="code" bugid="33">
  +   Fix XSP string escaping bug, e.g. in util:include-expr
  +  </action>
     <action context="code" bugid="30">
      Fix cache problem with SSI and JSP including [first-pass patch is in bug 
report]
     </action>
  +  <action context="samples" assigned-to="DB">
  +   Update xinclude samples for new spec.
  +  </action>
    </actions>
   
    <actions priority="medium">
     <action context="code" assigned-to="DB">
      Add StoredProcedure support to esql.
     </action>
  -  <action context="code" bugid="5" assigned-to="RDG">
  +  <action context="build" bugid="5" assigned-to="RDG">
      Work out how to integrate inline XSP docs (such as inline esql docs)
      into the build docs procedure.
     </action>
  
  
  
  1.197     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.196
  retrieving revision 1.197
  diff -u -r1.196 -r1.197
  --- changes.xml       2001/01/23 19:40:41     1.196
  +++ changes.xml       2001/01/23 19:52:46     1.197
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.196 2001/01/23 19:40:41 greenrd Exp $ 
  +  $Id: changes.xml,v 1.197 2001/01/23 19:52:46 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix" due-to="Sergio Carvalho" due-to-email="[EMAIL 
PROTECTED]">
  +   Fixed one of the xinclude samples; others are outdated and still use the 
old spec.
  +  </action>
     <action dev="RDG" type="add" due-to="Sylvain Wallez" due-to-email="[EMAIL 
PROTECTED]">
      Added XMLFragment page to documentation.
     </action>
  
  
  
  1.4       +1 -1      xml-cocoon/xdocs/dtd/todo-v10.dtd
  
  Index: todo-v10.dtd
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/dtd/todo-v10.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo-v10.dtd      2001/01/10 01:08:44     1.3
  +++ todo-v10.dtd      2001/01/23 19:52:57     1.4
  @@ -63,7 +63,7 @@
   
   <!ENTITY % priorities "showstopper|high|medium|low|wish|dream">
   
  -<!ENTITY % contexts "build|docs|code|admin|design">
  +<!ENTITY % contexts "build|docs|code|admin|design|samples">
   
   <!-- =============================================================== -->
   <!-- Document Type Definition -->
  
  
  

Reply via email to