I am trying to create a template for XML data using InDesign. Basic Structure is:
<page>
<section1>
<product><title></title></product>
<product><title></title></product>
...
</section1>
<section2>
....
Each section has a variable number of products. Each template will be created with the correct number of sections (although repeating sections with child products would also work).
Is this scenario supported using the Import XML functionality? Can anyone point to a tutorial showing how to set this up?
I have tried some examples, but cannot get InDesign to even repeat the products after adding placeholders and re-importing the file as all tutorials suggest..
Thanks
You must use the Merge Content option to import XML into placeholders (or to replace existing content in your document). When merging content, InDesign replaces identically tagged and structured elements in your document with the imported XML elements.
Select Append Content, and then click Open. To link the XML content to the original XML file, select Create Link. InDesign will list the XML file in the Links panel and display a yellow alert triangle in the panel if the XML file changes.
Delete elements, frames and content that do not match imported XML: Deletes all content in the new document that is not found in the XML file. Click on ‘OK’ in ‘XML Import Options’ to merge the new InDesign document with the XML elements. You may notice that the BRAND and CAR_MODEL elements have been separated:
When you merge imported content, InDesign compares the incoming XML with the structure and names of elements already in your document. If the elements match, imported data replaces existing document content, and is merged into correctly tagged frames (or placeholders) in the layout.
... 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...
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With