Re: Adding a namespace to a Dom document
Boris Zbarsky <[email protected]> Tue, 25 May 2010 08:13:28 -0400
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 5/25/10 6:41 AM, Marina Dorelli wrote: > I'd like to add a XML namespace with the URI of my own ontology in the DOM > document of an existing web page. > Is it possible to add a namespace element? There are no "namespace elements" in the DOM. You can add attributes in a given namespace, obviously, and you can add nodes in a given namespace... That said, what are you actually trying to do? Can you give an example? -Boris