I am trying to create a template for XML data using InDesign. Basic Structure is:
<
Once you've converted your XML to HTML or DocBook XML, you can use Pandoc to get it into InDesign.
Pandoc has lots of importers (for example from HTML or DocBook XML) and can now export to Adobe InCopy's ICML format. The resulting file can then be placed in InDesign like any other external dependency.
pandoc --standalone -t ICML -o output.icml input.html
... The only way that I can use today (2013) is this (semi-automatic) procedure:
This procedure is better than IDML because use directaly the XHTML as content source for InDesign. It is not perfect for all applications, but avoids use of non-standard conversion by IDML, avoid to learn IDML, avoid IDML limitations, and avoids risks of IDML bugs... So, I think is faster than try and try IDML procedures.
Another procedure — better, because it allows to express things like footnotes — is to prepare a direct convertion from XML to MS-Word, by a XSLT that transforms XML into DOCX or RFT... Do you have a link or clue for this kind of procedure?
MANIFEST
Adobe products are "closed" for universal standards (!) importation, like to import XHTML.
How to PROTEST against Adobe?!
The biggest problem arises when we have many files...