Is there a free library that allows you to load an xml schema (xsd), and then output an xml file using the schema from user inputted data? Also, it would be preferred (but not required) if the library can also parse (and validate) an xml file based off a schema.
Essentially, something that can load a xsd and allow me to plug and chug values into it and generate a (valid) xml file, and also work the other way around.
Thanks in advanced.