Bug #1573

Mis à jour par Matthieu Decorde il y a plus de 9 ans

The XML/w+CSV import module doesn't lowercase attribute names, thus attributes with uppercase characters are miss-declared.

h3. Solution

* Lowercase attribute names during WTC file creation
* add DOC information about XML encoding constraints

h3. Validation test

- import a XML file with the following content : <pre><tests><test NUMBER="1">AA</test><test NUMBER="2">BB CC DD</test></tests></pre>

- The corpus description must contains <pre> * test
* number (2) = 1, 2.</pre>

Retour