I have numerous places where I produce objects to xml and many times certain properties may be null. This causes a problem because I don't want to have to test for null every time I am dumping a property.
Is this for any particular reason as I have notice in the XMLWriter when writing a TEXT_NODE in writeNode(Node) it calls writeString(String) which tests for null before writing the text. Is there any draw back to returning new DefaultText(null) in the DocumentFactory?
-daniel
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-dev