[jdom-commits] CVS update: jdom/src/java/org/jdom/output
jhunter at cvs.jdom.org
jhunter at cvs.jdom.org
Fri May 18 20:10:06 PDT 2001
Date: Saturday May 19, 2001 @ 4:10
Author: jhunter
Update of /home/cvspublic/jdom/src/java/org/jdom/output
In directory www.nmemonix.com:/tmp/cvs-serv17220
Modified Files:
DOMOutputter.java
Log Message:
Fixed the following problem:
* Fix bug where DOMOutputter creates nodes with "" as their
node.getNamespaceURI() even if the node is not in a namespace.
http://lists.denveronline.net/lists/jdom-interest/2001-March/005117.html
The solution was simply to use createElement() if the element has an
empty URI and createElementNS() otherwise. Same for createAttribute().
-jh-
===================================================================
File: no file DOMOutputter.java Status: Needs Checkout
Working revision: 1.24 Sat May 19 03:10:05 2001
Repository revision: 1.24 /home/cvspublic/jdom/src/java/org/jdom/output/DOMOutputter.java,v
Existing Tags:
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list