IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#57423 - 02/17/20 10:26 AM PlanetPress 7 Designer
angel20 Offline
OL Newbie

Registered: 02/25/19
Posts: 3
Loc: Québec, Québec Canada
Im'using old version of Designer (7.6.2) I'm trying to use XML from Data Input and Produce a PDF from IT.
Each node suppose to produce 1 page, so in this sample i expect to produce a PDF whith 2 page, but only 1 page is produce.

Someone know how to achieve this ????? Thanks



<doc>
<general_text>this is a general text for each page</general_text>
<node>
<name>Joe</name>
<id>8888888888</id>
</node>
<node>
<name>Bob</name>
<id>9999999999</id>
</node>
</doc>


Thank's

Daniel


Edited by angel20 (02/17/20 10:27 AM)
_________________________
Daniel Langevin

Top
#57426 - 02/18/20 01:14 PM Re: PlanetPress 7 Designer [Re: angel20]
jim3108 Offline
OL Expert

Registered: 04/19/10
Posts: 316
Loc: London, UK
The easiest way is to split the XML in the workflow using the XML Splitter and then run it through your form.

Top