Import parameters configuration file aka Restore the "import.xml" file
Since TXM 0.8.0 the import parameters are no more saved in an external file (the import.xml file) but in the internal .prefs files.
Problems :
- The prefs files are not transportable outside of TXM
- There are several files
- are not really a format
- one cannot provide source files with parameters to import them into TXM
- one cannot import TXM import parameters from an external file in a standard format (eg XML)
- one cannot edit import parameters through editing a file in a standard format or through an external GUI on top of it
- one cannot save different import parameters versions for a same corpus
- preserve the portal specific settings :
- page labels
- properties settings (analysys, view, sort)
- ...
note : possible a duplicated issue
Solution
Save import parameters in a txm-import-parameters.xml file.
TBD [SLH] :
- TEI encoding :
<teiCorpus xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<appInfo>
<application ident="TXM" version="0.8.5">
<txm:source>
...
<txm:description>
...
<txm:mainLanguage>
...
<txm:words>
...
</application>
</appInfo>
</teiHeader>
</teiCorpus>
bibliographie ⚓︎
- structure du formulaire
- terminologie XML - terminologie Formulaire
Edited by Serge Heiden