Hi, I am working in the HP-UX 11.11 PA-RISC (32-bit) environment and have an XML file that I need to validate against an XML schema to test that it is well-formed and valid before I release the file to a user.

Of course, I could just FTP the file and do this validation against a Windows based tool like XMLSpy (which I have been doing up until now) but ideally I would like to keep the whole process within the HP-UX environment.
...