Giacomo Villoresi (JIRA) wrote:
> 'NAMESPACE_ERR: An attempt is made to create or change an object in a
> way which is incorrect with regard to namespaces.'
>
> while I notice that Xalan interpreter simply removes the namespace.

Hi Giacomo,

you need to set namespace and validation features to your factory, e.g.
        factory.setNamespaceAware(true);
        factory.setValidating(true);

Otherwise namespaces will just be ignored.

Cheers,
                        Axel

-- 
Humboldt-Universität zu Berlin
Institut für Informatik
Signalverarbeitung und Mustererkennung
Dipl.-Inf. Axel Weiß
Rudower Chaussee 25
12489 Berlin-Adlershof
+49-30-2093-3050
** www.freesp.de **

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to