validate XML against XSD via VBA

R

Rick A

I've searched the web and have not found what I think I'm looking for.

I need to know if XML can be validated against an XSD in VBA code that's
part of my Access front-end database.

Background:
I support database in Access 2000, 2002 (xp), and Access 2003 format
I'm working in an Access 2000 base front-end, no native XML
I wrote code to create XML; a function to be exact
I want to be able to validate the XML that is created against a known XSD
file

Can I do that in VBA? If yes, anyone have an example. Also, I need
something that is transferable because the front-end tool is used by people
all over the place and I cannot control their computer.

Thanks,

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top