GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VALIDXML(1) User Contributed Perl Documentation VALIDXML(1)

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

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

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

--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 is Test::Harness compatible.

    1..scalar @files
    ok - filename/not ok - filename - validation error

$Revision: 1.10 $

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

Nicola Worthington

$Author: johnl $

(c) BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
2006-04-19 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.