XML XSD?

Hello

Maybe it’s not possible or I overlook it in the documentation, but how do I test an XmlDocument against a XML Schema Definition?

Thanks!

Did you checked there:

http://www.w3schools.com/xml/schema_intro.asp ?

Hi Emile

I know what a schema is, but I don’t know how to validate it in Xojo. I want to load a XML file, check if it’s valid against a schema, and than go on with it (or not if validation fails)

Thanks!

Yes, it is the URL I shared. But this is also the entry point for the XSD course @ www.w3schools.com.

Look at the bottom of this page:
http://www.w3schools.com/xml/schema_howto.asp

I hope this helps.

I do not believe Xojo has built in functionality to do this.