Hi,
I'm using XML:DOM to write a xml document. Basicly it works fine. BUT, I need additionally a namespace. Does anybody know if there is a method like this Java snippet:
<code>
Element root = odoc.createElementNS(myNamespace, myElementName);
<code/>
The method name to create an "normal" Element is identical to the Java method form and works!
Thanks in advance
Michael