Hi Folks,
I have noticed that, using XUpdate, I can insert bad data into a collection XML
document. That is, before the data is inserted the document is valid; after the
data is inserted the document is invalid . The document has a DOCTYPE
declaration so it seems reasonable to expect that the database would flag the
bad data as an error. Is there some way to get the database to check the data
prior to inserting it into the document, and to report an error if it would make
the document invalid? /Roger