This is the command validxmlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
validxml - Command-line driver for XML::Validate.
SYNOPSIS
validxml *.xml
validxml --assert-invalid *.xml
DESCRIPTION
Command-line driver for XML::Validate using the 'BestAvailable' processing type.
Commandline Options
--assert-invalid
Swap the ok/not ok so invalid things are OK - still output the validation error) -
this is useful for schema "unit tests".
--backend [validator type]
Specify an "XML::Validate" backend to use (e.g LibXML, Xerces). Defaults to
BestAvailable.
Output
Output is Test::Harness compatible.
1..scalar @files
ok - filename/not ok - filename - validation error
VERSION
$Revision: 1.10 $
$Id: validxml.pl,v 1.10 2006/04/07 09:43:10 johnl Exp $
Use validxmlp online using onworks.net services