Hi,
Two questions about documents:
1. Is it possible to replace the whole content of a document stored in the database with newer content that's in raw XML format? Right now I'm deleting the document which is straightforward, and then adding it back again with the new content which is not really atomic. I have tried with XQUF but it won't accept raw XML.
2. Is it possible to retrieve the content of a document without using XQuery? I'm thinking of something similar to the Delete command where the path to the document is needed. Is there a command that by specifying the path to a document returns the XML content stored under that path?
Thanks!