Jump to content

Validate XML via XSD


 Share

Recommended Posts

Hi Team,

This is a question for all the XML guru's out there. Is it possible to validate an xml file with a xsd file? I mean the xml file that a user will be creating will be from a GUI and then will be validated via a XSD file. For example some fields should have certain amount of characters so a function would read the xsd and validate your xml. Please post any examples and any kind of help would be appreciated.

Thanks in advance.

Link to comment
Share on other sites

So, how much does it pay, being on your team? :lmao:

If you're up to using COM, the MSXML DOM has lots of goodies to handle xml parsing, or you can reinvent the wheel, and parse it all w/ routines you write yourself. It's just a bunch of string manipulation...tedious to do by hand, but straightforward if you're not wanting to get involved w/ the beta.

Edited by flyingboz

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...