Bug #2284
RCP: 0.7.8, XTZ import module, split-merge xsl step creates standard output xml files in addition to those generated by xsl:output instructions
Status: | New | Start date: | 12/01/2017 | ||
---|---|---|---|---|---|
Priority: | Urgent | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.8.0 |
Description
The stylesheets produce double result files for each source file:
- one induced by standard output management
- one induced by the xsl:output declaration management
To reproduce the bug, use the plato corpus:webdavs://sharedocs.huma-num.fr/dav.php/@Shares/(948) Cactus/(3777) Projets/Textométrie/Corpus/src/perseus/plato/170720/plato170720c
The number of files doubles after 1-split-merge step.
The 1-split-merge step cannot be used in the current state of TXM.
Solution¶
Do not use standard output of XSL transformation, as stated in the specification.
Temporary workaround¶
Use ExecXSL macro to split/merge/rename files before starting import.
History
#1 Updated by Serge Heiden almost 3 years ago
- Description updated (diff)
#2 Updated by Alexey Lavrentev almost 3 years ago
- Description updated (diff)
#3 Updated by Matthieu Decorde almost 2 years ago
- Category set to Import
- Target version set to TXM 0.8.0
#4 Updated by Matthieu Decorde almost 2 years ago
- % Done changed from 0 to 80