RE: [dom4j-user] namespace question

2004-12-20 Thread David Thielen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edwin Dankert Sent: Monday, December 20, 2004 3:28 AM To: David Thielen Cc: [EMAIL PROTECTED] Subject: Re: [dom4j-user] namespace question > Element wordDoc = wordML.addElement("wordDocument", > &qu

Re: [dom4j-user] namespace question

2004-12-20 Thread Edwin Dankert
> Element wordDoc = wordML.addElement("wordDocument", > "http://schemas.microsoft.com/office/word/2003/wordml";); This creates an element in the 'http://schemas.microsoft.com/office/word/2003/wordml' namespace, without a prefix. > wordDoc.addNamespace("w", > "http://schemas.microsoft.com/office/