Importing Multiple XML Documents

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Importing Multiple XML Documents

    Hi, I am attempting to lay out a book for our Non-profit organization. The publication will be a print version of the multiple topics posted on our website. These topics are in XML format. How do I import these multiple XML documents into Adobe InDesign in a consistent, manageable way? There are a total of approximately 400 topics, each about 500-1000 words long. Embedded within the XML are page markup tags such as foreign-lang which indicate a word is from a foreign language and thus should be italicized. It also has tags like BR to mark line breaks between paragraphs and lists.

    Any help is appreciated. Thanks,

    Jason
    Jason_Shah@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. adding comments to multiple documents in same file
      :confused; Have adobe file with 350 pages, am trying to figure out how to add a comment and have that appear on all 350 pages in the same place,...
    2. Importing Word Documents
      Hi, I have a paragraph I have imported into CS and some of the lines that are 1.5 spaced in word show up as single spaces while other lines single...
    3. Printing multiple pdf documents from a VB app
      I am having trouble printing multiple pdfs from a vb app. Here is how I'm printing from the code: For i = 0 To NumberOfPdfsToPrint...
    4. Bookmarks for multiple documents
      I am making CDs with about 75 documents, and need to have bookmarks for all the documents in each. I remember reading in this forum that there is a...
    5. Importing external html documents
      Hey, im kind of new to flash and was wondering if i had a flash site, would i be able to load an html document into one fo the frames for viewing? ...
  3. #2

    Default Re: Importing Multiple XML Documents

    Jason,

    InDesign doesn't offer any automation for multiple-XML file import via the GUI. You would need to use scripting to automate the XML file import process. InDesign does include tools for mapping XML tags to styles so you may be able to convert some of the markup as you describe above to styles. Again, scripting would be helpful in this area.

    Phil Redman
    pjredman@adobeforums.com Guest

  4. #3

    Default Re: Importing Multiple XML Documents

    Thanks Phil,

    I was able to accomplish the majority of what I was trying to do with an XSLT and InDesign's own tagged text format. There are some manual elements to the approach and it is not easily re-purposeable, but I think it will fit the current need.

    Thanks for your help,

    Jason
    Jason_Shah@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139