stefan-jung / org.jung.schematron

DITA-OT plugin for validating maps and topics using Schematron after the preprocessing phase
Other
6 stars 3 forks source link

Refactor topic and map lists #3

Open stefan-jung opened 7 years ago

stefan-jung commented 7 years ago

The map-first processing of the DITA-OT 3.x changes the file names in the temp directory.

[schematron] 1 Schematron error for XML file '/tmp/temp20180214064429444/faf922d8f51b3838f7fbdbae96dd1460d7fac5ae.dita'
[schematron]   [error] in /topic/title @ /tmp/temp20180214064429444/faf922d8f51b3838f7fbdbae96dd1460d7fac5ae.dita Do not use inline formatting in <title>

This makes it impossible to identify the original file. To fix this <ditaFileset format="dita"/> should be used. This should also work with DITA-OT 2.x (see here).

thendarion commented 3 years ago

hmm... so what is missing here exactly?