Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>A solution by batch processing (a lot of articles)</h2> <p>... The only way that I can use today (2013) is this (semi-automatic) procedure:</p> <ol> <li>[<em>manual, prepare</em>] <strong>Check</strong> my InDesign "template" file, that will be used as "importer": <strong><em>styles</em> with <em>legible names</em></strong> must by defined. They are all visible (listed) in a HTML+CSS exporting.</li> <li>[<em>manual, prepare</em>] <strong>Adapt a XSLT</strong> to convert convert your XML files to XHTML ones, expressing all relevant styles with the attribute <em>class</em> and consistent (with item 1) class <em>names</em>;</li> <li>[<em>automatic, batch processing</em>] <strong>Convert</strong> automatically all XML to XHTML <strong>by the XSLT</strong>; </li> <li>[<em>automatic, batch processing</em>] <strong>Convert</strong> automatically all XHTML files to DOC, using <a href="https://github.com/mirkonasato/pyodconverter" rel="nofollow">Python OpenDocument Converter</a>.</li> <li>[<em>InDesign assisted, final processing</em>] <strong>Import each DOC</strong> from a "template" (item 1) file clone at InDesign. The <em>classes</em> (item 2) will be automatically transformed by InDesign styles.</li> </ol> <p>This procedure is better than IDML because <strong>use directaly the XHTML as content source for InDesign</strong>. It is not perfect for all applications, but avoids use of non-standard conversion by <em>IDML</em>, <strong>avoid to learn IDML, avoid IDML limitations</strong>, and avoids risks of IDML bugs... So, I think is faster than try and try IDML procedures.</p> <hr> <p>Another procedure &mdash; <strong>better</strong>, because it allows to express things like footnotes &mdash; is to prepare a direct convertion from XML to MS-Word, by a XSLT that transforms XML into <a href="http://en.wikipedia.org/wiki/Office_Open_XML" rel="nofollow">DOCX</a> or <a href="http://en.wikipedia.org/wiki/Rich_Text_Format" rel="nofollow">RFT</a>... Do you have a link or clue for this kind of procedure?</p> <hr> <p>MANIFEST</p> <p>Adobe products <strong>are "closed"</strong> for universal standards (!) importation, like to import <a href="http://www.w3.org/TR/xhtml1/" rel="nofollow">XHTML</a>. </p> <p><strong>How to PROTEST against Adobe?!</strong></p> <p>The biggest problem arises when we have many files...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload