Re: Validating XML from DB

2001-08-23 Thread Marcelo F. Ochoa
Brent L Johnson wrote: >Is there a way to test possible XML data from a database prior to doing an > ? > >The problem is, if someone else (non-technical) enters the data in the >database and they forget to close off a tag or something, is there a way I >can intercept that - or tell that it's not

Validating XML from DB

2001-08-23 Thread Brent L Johnson
Is there a way to test possible XML data from a database prior to doing an ? The problem is, if someone else (non-technical) enters the data in the database and they forget to close off a tag or something, is there a way I can intercept that - or tell that it's not valid prior to inserting in th