You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Guoliang Cao <ca...@ispsoft.com> on 2000/12/27 20:14:49 UTC

Is this correct to add namespace to a document?

doc.getDocumentElement().setAttribute("xmlns", "http://www.abc.com");

Thanks.