[jdom-commits] CVS update: jdom/src/java/org/jdom/output
    jhunter at cvs.jdom.org 
    jhunter at cvs.jdom.org
       
    Mon Jun 11 08:40:59 PDT 2001
    
    
  
Date:	Monday June 11, 2001 @ 16:40
Author:	jhunter
Update of /home/cvspublic/jdom/src/java/org/jdom/output
In directory www.nmemonix.com:/tmp/cvs-serv4632
Modified Files:
	SAXOutputter.java 
Log Message:
Integrated a new patch from Laurent fixing issues regarding namespace
declarations.  The following is his email.
-jh-
Revisiting the patch code after the week-end made it look not so good!
Two issues with the patch in SAXOutputter:
  - It never reports the namespace of the element itself, only the 
    additional namespaces, and
  - It reports all additional namespaces without checking the already 
    declared namespaces (NamespaceStack).
Included is a fix to the above problems where startPrefixMapping() 
builds the list of xmlns attributes to declare in startElement().
Sorry for the trouble!
Laurent
===================================================================
File: no file SAXOutputter.java		Status: Needs Checkout
   Working revision:	1.9	Mon Jun 11 15:40:59 2001
   Repository revision:	1.9	/home/cvspublic/jdom/src/java/org/jdom/output/SAXOutputter.java,v
   Existing Tags:
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)
    
    
More information about the jdom-commits
mailing list