XML Starter Help - Adobe Indesign
This is a discussion on XML Starter Help - Adobe Indesign ; Hi, I'm new to InDesign CS2 and I've been thrown in the deep end: I need to create a product catalogue of about 250 pages/products, one page per product. The entire database of products is in an XML document and ...
-
XML Starter Help
Hi, I'm new to InDesign CS2 and I've been thrown in the deep end: I need to create a product catalogue of about 250 pages/products, one page per product. The entire database of products is in an XML document and I'm struggling to understand the repeating import functionality and how to make it work. Jeez... I thought InDesign was going to be a snap for this - gravely mistaken.
Anyone have any quick pointers or resources that can help me with this? The InDesign docs that I have (online help/user guide, the Technical Reference and more) don't seem to enlighten me much. I just want to be able to setup a page template for products and then have it populated 250 times to make a catalog. I'm getting stuck on flow and repeating...
Any guidance would be hugely appreciated.
Thanks
-
Re: XML Starter Help
Here is one relevant thread <http://www.adobeforums.com/cgi-bin/webx?128@@.3bc22c6a>. See especially the link to the "real world" xml chapter, if that wasn't included in your "and more" above.
If you can't game the repeat to work automatically, you should also be able to paste 249 copies of your template and, as long as they're wrapped to match your overall XML document structure (and in one continuous story), be good to go. But that shouldn't really be necessary.
-
Re: XML Starter Help
Thanks a lot Andrew. I had actually seen the "real world" example but that didn't do it for me either - a bit too high-level and not explicit enough. I'm going to follow everything through again and see if I can do better.
My primary challenge is getting the flow to work by adding new pages... probably basic InDesign flow stuff that I haven't grasped yet.
-
Re: XML Starter Help
Got it...
The issue was more that the XML elements I was using were not customized for InDesign. I added the "Root" and "Story" elements as the first two in the hierarchy and now all works ok. It wasn't entirely clear that these were REQUIRED elements in the documents.
Now my XML document looks like:
<Story>
<product>...</product>
<product>...</product>
[etc. etc.]
</Story>
The Text Frame in my document is tagged as "product".
The only thing I'm still struggling with is having to manually link the overflow content onto new pages - is there no automated way to do this? But a big step forward...
-
Re: XML Starter Help
in my post above the Root element above the Story was removed when posted.
with out the < > delimiters:
Root
Story
product.../product
product.../product
/Story
/Root
-
Re: XML Starter Help
Chris,
If you want to send me a copy of your XML I'd be happy to look it over and make some suggestions. I've done some pretty hairy XML import projects before and might have some advice to share.
-Nate Delage
ndelage@scriptedpublishing.com
www.scriptedpublishing.com
Similar Threads
-
By Application Development in forum labview
Replies: 2
Last Post: 08-01-2007, 06:10 AM
-
By Application Development in forum Sharepoint
Replies: 0
Last Post: 02-18-2007, 12:57 PM
-
By Application Development in forum vhdl
Replies: 3
Last Post: 12-11-2006, 08:30 PM
-
By Application Development in forum Adobe Photoshop
Replies: 1
Last Post: 09-05-2006, 09:52 AM
-
By Application Development in forum Commerce server
Replies: 5
Last Post: 01-04-2005, 06:37 PM