Namespace problems
"Ramo At Skuff" <[email protected]>
| Newsgroups | gmane.comp.java.jdom.general |
|---|---|
| Message-ID | <001601c8289a$a765a430$f630ec90$@de> |
Hi,
i wanted to add the xmlns="http://www.w3.org/1999/xhtml" namespace to my
"root" <html> tag like this:
Namespace ns = Namespace.getNamespace("http://www.w3.org/1999/xhtml");
root = new Element(HtmlElementsDef.getHTML_STR(), ns);
This is not working. I'm getting no error messages or anything else. All
what i want is to add the namespace to the html tag,
Any ideas?
Best regards
Ramo
_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/[email protected]