ino:id is an attribute (id) in the namespace (ino) but the other two:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" and
xmlns:ino="http://namespaces.softwareag.com/tamino/response2"
</pre>are not just attributes - they are namespace declarations. <BR><BR>I stand to be corrected on this, but I believe that in the version of JDOM distributed with TaminoAPI4J there is nothing you can do about them. In later versions of JDOM (Betas 7 and 8) there is a method:<BR><pre class="ip-ubbcode-code-pre">
element.removeNamespaceDeclaration(Namespace)
which will do the job for you (when the API supports it).
HTH
[This message was edited by Bill Leeney on 06 Dec 2002 at 15:55.]
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management