[jdom-commits] CVS update: jdom/src/java/org/jdom

cvs at jools.org cvs at jools.org
Tue Jun 25 18:44:26 PDT 2002


Date:	Tuesday June 25, 2002 @ 21:44
Author:	cvs

Update of /home/cvspublic/jdom/src/java/org/jdom
In directory jools.org:/tmp/cvs-serv14521

Modified Files:
	Namespace.java Verifier.java 
Log Message:
Patch from elharo, in his words:

I've attached three patches for the Namespace, Verifier, and
TestVerifier classes that have the net effect of removing the special
treatment of xml:space and xml:lang from JDOM. Henceforth, they will be
treated as will any other attributes in a namespace. This does change
JDOM's behavior, but I hope not too many people are relying on this.
(Indeed, it's hard to imagine they are since previously JDOM was
inconsistent depending on whether or not these attributes were created
in memory or parsed from a file and we didn't get any bug reports on
that.) The API has not changed at all. 

The test case had to be changed because the previous tests checked to
see that these attributes were special cased. We've chosen to reverse
that decision so the test had to be reversed as well. 

CVS was acting up on me, so please double check the patches. In
particular, make sure the Namespace patch doesn't wipe out any recent
changes from anyone else. 

-jh-

===================================================================
File: no file Namespace.java		Status: Needs Checkout

   Working revision:	1.37	Wed Jun 26 01:44:26 2002
   Repository revision:	1.37	/home/cvspublic/jdom/src/java/org/jdom/Namespace.java,v

   Existing Tags:
	jdom_1_0_b8              	(revision: 1.32)
	jdom_1_0_b8_rc1          	(revision: 1.32)
	jdom_prefilter           	(revision: 1.28)
	jdom_1_0_b7              	(revision: 1.28)
	jdom_1_0_b6              	(revision: 1.17)
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)

===================================================================
File: no file Verifier.java		Status: Needs Checkout

   Working revision:	1.40	Wed Jun 26 01:44:26 2002
   Repository revision:	1.40	/home/cvspublic/jdom/src/java/org/jdom/Verifier.java,v

   Existing Tags:
	jdom_1_0_b8              	(revision: 1.32)
	jdom_1_0_b8_rc1          	(revision: 1.32)
	jdom_prefilter           	(revision: 1.23)
	jdom_1_0_b7              	(revision: 1.23)
	jdom_1_0_b6              	(revision: 1.19)
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)




More information about the jdom-commits mailing list