Hi Everybody,
My Quark expert (latest Mac sw version, using the xml Xtension) is having great difficulty importing an xml file.
The xml file includes a DTD and is well formed.
It includes many repeating elements as can be seen in the schematic below.
Each letter of the alphabet includes 1 or more presenters.
Each presenter includes 1 or more sessions.
etc.
What we want to do is to create a template of a letter / presenter / session and then have Quark replicate the template.
But after much trying, all the designer can get is to have Quark fill in a pre-defined document with the right information. But that is not good since it requires the designer to create the entire document, just without the specific text.
I've had other designers accomplish this task using the same xml file and that other brand of page designer from A***. We'd really like to use Quark for this job.
Any help, pointers to specific documents, etc would be much appreciated.
Regards,
Larry
[code:1:726f15beaf]
<xml>
<letter>
<letter_name>A</letter_name>
<presenter>
<p_name>Jim Allen</p_name>
<session>
<s_name>Real estate for fun and profit</s_name>
<class_time>Mon Mar 15, 2008 2:00PM Venture Room</class_time>
</session>
<session>
<s_name>Suing Mortgage Brokers for fun and profit</s_name>
<class_time>Wed Apr 18, 2008 2:00PM Venture Room</class_time>
</session>
</presenter>
</letter>
<letter>
...
</letter>
</xml>[/code:1:726f15beaf]