|
Prev: counting files that contain a certain string in the filename?
Next: Default company name and copyright information in Assembly Informa
From: Andy B on 29 Jun 2008 21:09 I need to make sure that a file saved in a particular place is a valid xml file that fits a certain schema. Where would I get started doing this? The original file would have been created and saved with a dataset.
From: Cor Ligthert[MVP] on 29 Jun 2008 23:33 Andy, Just set it in a Try and Catch block with a dataset.ReadXML Cor "Andy B" <a_borka(a)sbcglobal.net> schreef in bericht news:usnkp3k2IHA.4476(a)TK2MSFTNGP06.phx.gbl... >I need to make sure that a file saved in a particular place is a valid xml >file that fits a certain schema. Where would I get started doing this? The >original file would have been created and saved with a dataset. > > >
From: rowe_newsgroups on 30 Jun 2008 15:08
On Jun 29, 9:09 pm, "Andy B" <a_bo...(a)sbcglobal.net> wrote: > I need to make sure that a file saved in a particular place is a valid xml > file that fits a certain schema. Where would I get started doing this? The > original file would have been created and saved with a dataset. Replies to this in your other thread: http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/cf1b61b8b513dfbc Thanks, Seth Rowe [MVP] http://sethrowe.blogspot.com/ |