atom-xmlvalidate

Validates xml documents against their XSD schemas

pdavies011010

20,922

2

0.5.0

MIT

GitHub

atom-xmlvalidate package

Validate XML documents against their XSD schemas

Table of contents

Installation

Note: This package depends libxml which is a native library built using node-gyp. It's requirements are: github.com/nodejs/node-gyp

In short:

To Install:

$ apm install atom-xmlvalidate

Or you can install through the Settings view by searching for 'XML Validate'.

Usage

To-Do