You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Sudhir K R <Su...@Talisma.com> on 2001/03/14 18:08:17 UTC

createElementNS

Hi,

I am stuck at a main portion of my work, please help !

I am trying to use the createElementNS method of the Document object in
creating my XML DOM.
But the Document interface under org.w3.dom has two versions, one which has
this method and one which doesn't. 

This compiles in some machines and fails in others.
Could you let me know what I should install so that I can make use of the
above method properly.

http://java.sun.com/xml/jaxp-docs-1.0.1/docs/api/org/w3c/dom/Document.html

http://java.sun.com/xml/jaxp-docs-1.1/docs/api/org/w3c/dom/Document.html

Thanks,
Sudhir