Hello, I have been able to reproduce the sequence when the X-Plorer provides the ino:id instead of the ino:docname to the associated authoring application (eg XML Spy) : 1. Open X-Plorer 2. Unfold a database (& connect) 3. Unfold a collection 4. Unfold a schema You are now seeing 5 blue diamonds which embody links to the first 5 instances (cursor) of XML documents. 5. Double-clic (action associated with "open XML instance with XML-Spy tool) on any of the diamond. 6. XML-Spy is automatically opened with the XML document. BUT, the URL build by the X-Plorer uses the @ino:id, not the @ino:docname : (eg http://localhost/tamino/DB/coll/doctype/@9?_encoding=utf-8). I know the way how to get the @ino:docname : After step 4, do not directly double-clic on a diamond. Do a single clic on it, let the X-Plorer displays the XML document on the windows at the left hand side. Then do a double clic on the diamond. It looks like you have to wait for the X-Plorer to load the document (display it on the window) before you want to open it under XML-Spy. The loading might be needed to get the @ino:docname. Anyway, this is annoying because I sometimes forget to check the XML-Spy’s URL to see if the @ino:docname is used instead of the @ino:id. If we are dealing with an @ino:id and we save the document from XML-Spy then we get a double (same document with and without @ino:docname). Cheers
#API-Management#webMethods#Tamino