DOM Funktion createDocument Probleme



  • public Document createDocument(String namespaceURI,
    String qualifiedName,
    DocumentType doctype)
    throws DOMException

    namespaceURI - 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 String

    Hat da schon jemand erfahrungen gemacht???

    bye


Anmelden zum Antworten