logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

validxml - Command-line driver for XML::Validate.

Author

       Nicola Worthington

       $Author: johnl $

Description

       Command-line driver for XML::Validate using the 'BestAvailable' processing type.

   CommandlineOptions
       --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

Name

       validxml - Command-line driver for XML::Validate.

Synopsis

           validxml *.xml
           validxml --assert-invalid *.xml

Version

       $Revision: 1.10 $

       $Id: validxml.pl,v 1.10 2006/04/07 09:43:10 johnl Exp $

See Also