I think someone said that you can't put a document called "colors" in a collection called "colors".�� Does anyone know if this is true?
This is not true. The names of documents instead of a collection are independent of the name of the collection itself. The only place where this is a problem is in resolving a document in a collection that has the same name as a sub-collection of the collection. And it is only a problem if you're using a fully qualified URL to address both... like in our GET script. In the XML:DB API, this is not the case.
-- Tom Bradford - http://www.tbradford.org Architect - XQRL (XQuery Engine) - http://www.xqrl.com Apache Xindice (Native XML Database) - http://xml.apache.org Project Labrador (Web Services Framework) - http://notdotnet.org
