Validating XML files against an XML schema
Posted: Sat Mar 31, 2007 10:40 am
Basically, I've written up an XML file and an XSD and I want to see if the XML validates against the XSD. I've already validated my XSD file via the W3C validator.
Google seems to be pointing me to code snippets which can do this, but I just want a standalone program. So far I've found one, but it's only a trial version and you have to install .NET framework amonst other things before you attempt to install it.
Anyone got any programs to do this?
Thanks.
Also, I have no experience with XSL; but I'm wanting to output my XML file in a simple HTML table. Just two columns with element name in the left and value in the right. Shouldn't be too hard but I can't find any good information on the net anywhere. Can someone point me to a tutorial or anything about this?
Google seems to be pointing me to code snippets which can do this, but I just want a standalone program. So far I've found one, but it's only a trial version and you have to install .NET framework amonst other things before you attempt to install it.
Anyone got any programs to do this?
Thanks.
Also, I have no experience with XSL; but I'm wanting to output my XML file in a simple HTML table. Just two columns with element name in the left and value in the right. Shouldn't be too hard but I can't find any good information on the net anywhere. Can someone point me to a tutorial or anything about this?