DOM Funktion createDocument Probleme
-
public Document createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
throws DOMExceptionnamespaceURI - The namespace URI of the document element to create.
qualifiedName - The qualified name of the document element to be created.
doctype - The type of document to be created or null. When doctype is not null, its Node.ownerDocument attribute is set to the document being created.Was ist mit dem Parameter namespaceURO gemeint??
der namespace im http://.......
oder selbst angelegte Namepsaces
auch wenn ich da nen String angebe, beim erstellen einer xml Datei mit DOM ignoriert er den StringHat da schon jemand erfahrungen gemacht???
bye