diff options
author | David Wagner <david.wagner@intel.com> | 2014-10-24 17:59:57 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-10-24 17:59:57 +0200 |
commit | 9c51930a257e08a7171cf924ced36b0ab0dae208 (patch) | |
tree | 88dd6fd1f6aef4c3a37dac6ad9498882f10bdbb6 /tools | |
parent | 4fbf2dfa5bda24b3cdb325e230e77314ddf8c93b (diff) | |
parent | 03b73847d00b46e5decda6f548b0c3ddf175cc76 (diff) | |
download | external_parameter-framework-9c51930a257e08a7171cf924ced36b0ab0dae208.zip external_parameter-framework-9c51930a257e08a7171cf924ced36b0ab0dae208.tar.gz external_parameter-framework-9c51930a257e08a7171cf924ced36b0ab0dae208.tar.bz2 |
Merge pull request #15 from krocard/Remove_non_ascii_char
Remove non ascii char
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xmlValidator/README.md | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tools/xmlValidator/README.md b/tools/xmlValidator/README.md index 11d64a6..c50f33e 100644 --- a/tools/xmlValidator/README.md +++ b/tools/xmlValidator/README.md @@ -27,24 +27,24 @@ where: In the example, we have the following files: - ├── ParameterFrameworkConfiguration.xml - ├── Schemas - │ ├── ComponentLibrary.xsd - │ ├── ComponentTypeSet.xsd - │ ├── ConfigurableDomains.xsd - │ ├── FileIncluder.xsd - │ ├── ParameterFrameworkConfiguration.xsd - │ ├── ParameterSettings.xsd - │ ├── Parameter.xsd - │ ├── Subsystem.xsd - │ └── SystemClass.xsd - ├── Settings - │ └── FS - │ └── Genres.xml - └── Structure - └── FS - ├── MusicLibraries.xml - └── my_music.xml + |-- ParameterFrameworkConfiguration.xml + |-- Schemas + | |-- ComponentLibrary.xsd + | |-- ComponentTypeSet.xsd + | |-- ConfigurableDomains.xsd + | |-- FileIncluder.xsd + | |-- ParameterFrameworkConfiguration.xsd + | |-- ParameterSettings.xsd + | |-- Parameter.xsd + | |-- Subsystem.xsd + | `-- SystemClass.xsd + |-- Settings + | `-- FS + | `-- Genres.xml + `--- Structure + `-- FS + |-- MusicLibraries.xml + `-- my_music.xml ### Command We are in the directory which contains the structure detailed previously. |