You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/08/02 06:29:26 UTC

cvs commit: xml-xerces/perl .cvsignore ChangeLog Changes

jasons      01/08/01 21:29:26

  Modified:    perl     .cvsignore ChangeLog Changes
  Log:
  usual
  
  Revision  Changes    Path
  1.6       +1 -0      xml-xerces/perl/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/.cvsignore,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- .cvsignore	2001/08/02 02:52:07	1.5
  +++ .cvsignore	2001/08/02 04:29:26	1.6
  @@ -11,6 +11,7 @@
   XML-Xerces-1.5.1.tar.gz
   XML-Xerces-1.5.2.tar.gz
   XML-Xerces-1.5.3.tar.gz
  +XML-Xerces-1.5.4.tar.gz
   Xerces.C
   Xerces.C.1.1
   Xerces.C.1.3
  
  
  
  1.25      +21 -0     xml-xerces/perl/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/ChangeLog,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ChangeLog	2001/08/02 02:52:41	1.24
  +++ ChangeLog	2001/08/02 04:29:26	1.25
  @@ -1,5 +1,26 @@
   2001-08-01  Jason E. Stewart  <ja...@openinformatics.com>
   
  +	* t/TestUtils.pm (Repository): 
  +	New stuff for entity resolver tests
  +
  +	* t/EntityResolver.t (Repository): 
  +	Added new tests for using XML Catalogs to resolve SYSTEM and
  +	   PUBLIC id's.
  +
  +	* t/Schema.t (Repository): 
  +	test for using schemas
  +
  +	* samples/system.xml (Repository): 
  +	* samples/public.xml (Repository): 
  +	test files for entity resolver
  +
  +	* samples/catalog.xml (Repository): 
  +	* samples/catalog.dtd (Repository): 
  +	example catalog file for entity resolver
  +
  +	* t/PerlErrorHandler.t (Repository): 
  +	The output of the fatal error changed.
  +
   	* FAQ (Repository): 
   	Added categories
   	new info on documentation
  
  
  
  1.12      +3 -1      xml-xerces/perl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Changes,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Changes	2001/08/02 02:52:07	1.11
  +++ Changes	2001/08/02 04:29:26	1.12
  @@ -2,7 +2,9 @@
   
   1.5.4 Wed Aug  1 20:49:31 MDT 2001
           - Support for Xerces-C-1.5.1
  -	- EntityResolver interface is now supported
  +	- EntityResolver interface is now supported (see
  +          t/EntityResolver.t for examples of use XML Catalogs to
  +          resolve your DTD's)
   	- Began adding architecture specific compile options for linux
             and Solaris. 
   	- Added PORTS to describe any steps needed to get Xerces.pm to
  
  
  

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