History log of /external/parameter-framework/tools/xmlValidator/README.md
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03b73847d00b46e5decda6f548b0c3ddf175cc76 01-Oct-2014 Kevin Rocard <kevinx.rocard@intel.com> Remove non ASCII char in tree representation

Some comments representing a file tree were
using non ASCII characters.
They are not readable on many editors leading to
incoherent display.

Replace them by plain ASCII characters.

Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
/external/parameter-framework/tools/xmlValidator/README.md
f811b7b53c0c2f0d4320c70230e609619c5087c1 06-Mar-2014 David Wagner <david.wagner@intel.com> More README files

- More details in the root README.md file; add a nice diagram
- Add a lot of README files in subdirectories

Signed-off-by: David Wagner <david.wagner@intel.com>
/external/parameter-framework/tools/xmlValidator/README.md
f563b2da85bee9d7293301ea7da42a60f58ca40b 14-Mar-2014 Mattijs Korpershoek <mattijs.korpershoek@gmail.com> XmlValidator tool

This tool can be used to validate a set of xml files against w3c
schemas.

It scans a directory recursively and checks for .xml files in it.
For each file, it extracts the current schema file based on a convention
(the corresponding schema file must have the same name as the root node)
which is used in the parameter-framework.

Change-Id: I27e32028e39a450ed18f86cb095348f73d59ade5
/external/parameter-framework/tools/xmlValidator/README.md