Diff for /java/classes/org/w3c/rdf/Attic/RDF2LP2.java between versions 1.6 and 1.7

version 1.6, 1998/08/12 07:55:06 version 1.7, 1998/09/08 15:54:04
Line 11 Line 11
  * This version uses SAX V1.0 http://www.microstar.com/XML/SAX/   * This version uses SAX V1.0 http://www.microstar.com/XML/SAX/
  *   *
  * $Log$   * $Log$
    * Revision 1.7  1998/09/08 15:54:04  jsaarela
    * Distribution release V1.4 - aboutEachPrefix added, namespace management
    * improved.
    *
  * Revision 1.6  1998/08/12 07:55:06  jsaarela   * Revision 1.6  1998/08/12 07:55:06  jsaarela
  * Namespace management now corresponds with the W3C Working   * Namespace management now corresponds with the W3C Working
  * Draft dated 2-Aug-98.   * Draft dated 2-Aug-98.
Line 174  ErrorHandler { Line 178  ErrorHandler {
       } else {        } else {
           int iIndex = aName.indexOf (':');            int iIndex = aName.indexOf (':');
           if (iIndex > 0) {            if (iIndex > 0) {
                               // what should I do here?
           }            }
       }        }
     }      }
Line 753  ErrorHandler { Line 757  ErrorHandler {
             }              }
         }          }
     }      }
   
     /**      /**
      * If we found properties and attributes and generated the subtree,       * If we found properties and attributes and generated the subtree,
      * attach it to the property itself and let the code below take       * attach it to the property itself and let the code below take

Removed from v.1.6  
changed lines
  Added in v.1.7


Webmaster