Importing XML into InDesign

后端 未结 2 562
忘了有多久
忘了有多久 2020-12-10 13:47

I am trying to create a template for XML data using InDesign. Basic Structure is:



<         


        
2条回答
  •  孤城傲影
    2020-12-10 13:57

    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
    

提交回复
热议问题