Hi Hussein, I have a very strange behaviour with namespaces in my configuration of XMLMind v3.6, which didn't occur before.
I have a valid XML file: <?xml version="1.0" encoding="UTF-8"?> <norm freigegeben="ja" id="eg-lmh" xsi:schemaLocation="http://www.lexisnexis.at/schema/norm G:\Gesetzestextredaktion\schema\norm.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.lexisnexis.at/schema/norm"> <metadaten> <abkuerzung>EG/LM-HygieneV Allg.</abkuerzung> <normgeber>EU</normgeber> </metadaten> </norm> If I load it into XXE and save it as it is, two namespaces get additionaly added: xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://www.lexisnexis.at/schema/norm" Is it possible that XXE interprets the default namespace in my source document in a wrong way? I haven't found anything in my config files where these ns might get added, so I suppose that it comes directly from the app. When I open the document in XXE and go to Tools/Declare namespaces these two are displayed there, too. Do you have any idea what's wrong with that? Thanks, Roman

