I am emitting an XML document from a legacy system and transmitting it to a third party. Before I send I really need to validate the XML document produced against the third parties schema. The system runs on Linux and I am able to invoke linux command line tools, is there an application which I can validate the xml doc against a schema?
Start Free Trial