[jdom-interest] empty xmlns definition
    Schmidt, Arthur 
    Arthur_Schmidt at stercomm.com
       
    Tue Jul 18 08:13:19 PDT 2006
    
    
  
Hi all,
I am very happy with using JDOM over DOM, but I just ported a lot of code to JDOM and the root Element went from:
 
<root version="4" configVersion="0">
 
to
 
<root version="4" configVersion="0" xmlns:="">
 
I have read a lot about people having xmlns="".  That wouldn't hurt anything, but that colon crashes the parser.  Does anyone have any idea about what I can do besides switching back to DOM?
 
Thanks much!
 
-aschmidt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20060718/8c32143b/attachment.htm
    
    
More information about the jdom-interest
mailing list