2017 © Pedro Peláez
 

library xml-lint

A php cli tool to lint and validate xml files.

image

sclable/xml-lint

A php cli tool to lint and validate xml files.

  • Thursday, March 22, 2018
  • by sclable
  • Repository
  • 4 Watchers
  • 5 Stars
  • 36,222 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 9 Versions
  • 16 % Grown

The README.md

Sclable XML Lint

A php tool to lint and validate xml files from the commandline., (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

XML Lint checks the syntax of any xml files and validates the file against the XSD schema defined in the file., (*3)

Usage

Installation with Composer

If you'd like to include this library in your project with composer, simply run:, (*4)

composer require "sclable/xml-lint"

Command Line Usage

To lint a single xml file:, (*5)

vendor/bin/xmllint path/to/file.xml

To lint a directory and all its subdirectories:, (*6)

vendor/bin/xmllint path/to/dir

Help

xmllint has built in cli help screen:, (*7)

vendor/bin/xmllint --help

Options

  • -v be verbose, display the filename of the current file to lint
  • -r 0 don't search recursive (if the argument is a directory)
  • -e name exclude files or directories containing 'name'
  • -s skip the xsd validation

Changelog

For the changelog see the CHANGELOG file, (*8)

License

For the license and copyright see the LICENSE file, (*9)

The Versions

22/03 2018

dev-master

9999999-dev

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

lint xml cli xsd xml schema

22/03 2018

0.2.4

0.2.4.0

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

lint xml cli xsd xml schema

22/03 2018

dev-support_symfony_4

dev-support_symfony_4

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

lint xml cli xsd xml schema

04/04 2017

0.2.3

0.2.3.0

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

17/03 2016

0.2.2

0.2.2.0

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

17/03 2016

dev-symfony_gen_3

dev-symfony_gen_3

A php cli tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

03/12 2015

0.2.1

0.2.1.0

A php tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

03/12 2015

0.2.0

0.2.0.0

A php tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz

20/11 2015

0.1.0

0.1.0.0

A php tool to lint and validate xml files.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz