[jdom-interest] Namespace issues, et al.

Bradley S. Huffman hip at a.cs.okstate.edu
Mon Feb 24 09:02:02 PST 2003


"Bradley S. Huffman" writes:

>     static Namespace NS1 = Namespace.getNamespace("www.ns1.org");
>     static Namespace NS2 = Namespace.getNamespace("www.ns2.org");

Oops, make that

     static Namespace NS1 = Namespace.getNamespace("ns1", "www.ns1.org");
     static Namespace NS2 = Namespace.getNamespace("ns2", "www.ns2.org");



More information about the jdom-interest mailing list