I used the insert instance option and it uploaded without a problem. I then clicked on the instance to view it and it told me “No next TXML Object available! ”
When I attempt to delete the instance it gives me the following error. “The instance “1” cannot be deleted. No matching document found ”
Can anybody clarify what the problem might be. Any help would be appreciated.
Hi, I think the problem is caused by having a namespace declaration in the root element. This is really an instance of “p: pabGroup” where p is the specified namespace. Did you define a schema before inserting the instance, and if so, does the schema include a namespace declaration? I can reproduce the delete problem if I store the instance into collection ino:etc (with no schema), and I can solve it by removing the namespace definition from the instance. Does this help?
[This message was edited by Bill Leeney on 25 January 2005 at 17:32.]
Thanks for the help. I took out my custom namespace from the schema definition and the XML document. It works like a charm now. I’m sure in the future I will need it but for now it’s fine.
Which version of X-Plorer and Tamino Server do you use? Of course the problem is of namespaces and if you define a prefix for the target namespace then everything will work just fine (in this case, you should also define the prefix for the doc-type). But I doubt if X-Plorer that comes with Tamino 4.2.1 already solves the problem … well, I have to check it!