You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/10/02 19:13:20 UTC

cvs commit: xml-xerces/java/design/xml schedule.xml

andyc       00/10/02 10:13:16

  Modified:    java/design Tag: xerces_j_2 schedule.html
               java/design/xml Tag: xerces_j_2 schedule.xml
  Log:
  Set some tasks for Milestone 2. There's a few bugs in the
  stylesheet but I'll fix those later.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +61 -1     xml-xerces/java/design/Attic/schedule.html
  
  Index: schedule.html
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/schedule.html,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- schedule.html	2000/09/26 02:50:32	1.1.2.6
  +++ schedule.html	2000/10/02 17:12:55	1.1.2.7
  @@ -105,13 +105,70 @@
      <P>
       <TABLE border="0">
        <TR>
  +      <TH>Date:</TH>
  +      <TD>Friday, 6 October 2000</TD>
  +     </TR>
  +     <TR>
         <TH>Depends:</TH>
         <TD><A href="#M1">M1</A></TD>
        </TR>
        <TR>
         <TH>Task:</TH>
  +      <TD>More documentation<SPAN class="note">
  +        <BR>     Parser initialization and the validation system needs
  +        to be     documented.    <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:jeffreyr@us.ibm.com">Jeff Rodriguez</A>
  +        <BR>
  +        <STRONG>Contributors:</STRONG>
  +       </SPAN>
  +      </TD>
  +     </TR>
  +     <TR>
  +      <TH>Task:</TH>
  +      <TD>     Re-organize package structure to separate core interfaces
  +       and     classes from implementation    <SPAN class="note">
  +        <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:andyc@apache.org">Andy Clark</A>
  +        <BR>
  +        <STRONG>Contributors:</STRONG>
  +       </SPAN>
  +      </TD>
  +     </TR>
  +     <TR>
  +      <TH>Task:</TH>
  +      <TD>Improve entity manager and scanner<SPAN class="note">
  +        <BR>     Must support external entities, including the DTD
  +        entity and     pre-defined general entities (e.g. &amp;amp;).    <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:andyc@apache.org">Andy Clark</A>
  +        <BR>
  +        <STRONG>Contributors:</STRONG>
  +        <EM>Contributors wanted! Contact task driver to contribute.</EM>
  +       </SPAN>
  +      </TD>
  +     </TR>
  +     <TR>
  +      <TH>Task:</TH>
  +      <TD>Improve document scanner<SPAN class="note">
  +        <BR>     Handle trailing miscellaneous section; premature end of
  +        file; use     the error reporter; etc.    <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:ericye@apache.org">Eric Ye</A>
  +        <BR>
  +        <STRONG>Contributors:</STRONG>
  +        <EM>Contributors wanted! Contact task driver to contribute.</EM>
  +       </SPAN>
  +      </TD>
  +     </TR>
  +     <TR>
  +      <TH>Task:</TH>
         <TD>Parsing of DOCTYPE line and DTD markup declarations<SPAN class="note">
           <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:lehors@us.ibm.com">Arnaud Le Hors</A>
  +        <BR>
           <STRONG>Contributors:</STRONG>
           <EM>Contributors wanted! Contact task driver to contribute.</EM>
          </SPAN>
  @@ -121,6 +178,9 @@
         <TH>Task:</TH>
         <TD>Storing basic DTD grammar information<SPAN class="note">
           <BR>
  +        <STRONG>Driver:</STRONG>
  +        <A href="mailto:jeffreyr@us.ibm.com">Jeff Rodriguez</A>
  +        <BR>
           <STRONG>Contributors:</STRONG>
           <EM>Contributors wanted! Contact task driver to contribute.</EM>
          </SPAN>
  @@ -162,6 +222,6 @@
     </SPAN>
     <HR>
   <SPAN class="netscape">
  -     Last modified: $Date: 2000/09/26 02:50:32 $</SPAN>
  +     Last modified: $Date: 2000/10/02 17:12:55 $</SPAN>
    </BODY>
   </HTML>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +39 -10    xml-xerces/java/design/xml/Attic/schedule.xml
  
  Index: schedule.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/xml/Attic/schedule.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- schedule.xml	2000/09/26 02:50:32	1.1.2.3
  +++ schedule.xml	2000/10/02 17:13:07	1.1.2.4
  @@ -1,16 +1,16 @@
   <?xml version='1.0' encoding='US-ASCII'?>
  -<!-- $Id: schedule.xml,v 1.1.2.3 2000/09/26 02:50:32 andyc Exp $ -->
  +<!-- $Id: schedule.xml,v 1.1.2.4 2000/10/02 17:13:07 andyc Exp $ -->
   <!DOCTYPE schedule SYSTEM 'schedule.dtd' [
   <!ENTITY people SYSTEM 'people.ent'>
   ]>
  -<schedule date='$Date: 2000/09/26 02:50:32 $'>
  +<schedule date='$Date: 2000/10/02 17:13:07 $'>
    <!-- People -->
    &people;
    
    <!-- Milestones -->
    <milestone id='M1' date='Friday, 29 Sep 2000'>
     <title>Parser without DTD support</title>
  -  <task driver='andyc'>
  +  <task driver='andyc' status='done'>
      <title>Document design based on Xerces community feedback</title>
     </task>
     <task driver='ericye' status='verify'>
  @@ -20,26 +20,26 @@
       XMLString, XMLStringBuffer, XMLChar, EncodingMap, SymbolTable, QName.
      </detail>
     </task>
  -  <task driver='jeffreyr'>
  +  <task driver='jeffreyr' status='done'>
      <title>Basic entity managment</title>
      <detail>
       This affects the following classes: XMLEntityManager, XMLEntityScanner.
      </detail>
     </task>
  -  <task driver='ericye'>
  +  <task driver='ericye' status='done'>
      <title>Basic error handling</title>
      <detail>
       This affects the following interfaces &amp; classes:
       XMLErrorReporter, some MessageFormatter.
      </detail>
     </task>
  -  <task driver='andyc'>
  +  <task driver='andyc' status='done'>
      <title>Parsing of elements and attributes using internal interface</title>
      <detail>
       This affects the following classes: XMLAttributes, XMLDocumentScanner.
      </detail>
     </task>
  -  <task driver='lehors'>
  +  <task driver='lehors' status='done'>
      <title>Implement a SAX2 parser from internal callbacks</title>
      <detail>
       This affects the following classes: 
  @@ -47,13 +47,42 @@
      </detail>
     </task>
    </milestone>
  - <milestone id='M2'>
  + <milestone id='M2' date='Friday, 6 October 2000'>
     <title>Parser with DTD scanning without validation</title>
     <depends idref='M1'/>
  -  <task>
  +  <task driver='jeffreyr'>
  +   <title>More documentation</title>
  +   <detail>
  +    Parser initialization and the validation system needs to be
  +    documented.
  +   </detail>
  +   <contributor idref='lehors'/>
  +  </task>
  +  <task driver='andyc' status='done'>
  +   <title>
  +    Re-organize package structure to separate core interfaces and
  +    classes from implementation
  +   </title>
  +   <contributor idref='lehors'/>
  +  </task>
  +  <task driver='andyc'>
  +   <title>Improve entity manager and scanner</title>
  +   <detail>
  +    Must support external entities, including the DTD entity and
  +    pre-defined general entities (e.g. &amp;amp;).
  +   </detail>
  +  </task>
  +  <task driver='ericye'>
  +   <title>Improve document scanner</title>
  +   <detail>
  +    Handle trailing miscellaneous section; premature end of file; use
  +    the error reporter; etc.
  +   </detail>
  +  </task>
  +  <task driver='lehors'>
      <title>Parsing of DOCTYPE line and DTD markup declarations</title>
     </task>
  -  <task>
  +  <task driver='jeffreyr'>
      <title>Storing basic DTD grammar information</title>
     </task>
     <!-- REVISIT: re-group