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
#30636 - 01/06/10 01:57 PM problems to slip pages with xml long text and crlf
Wladimir Offline
OL Newbie

Registered: 08/23/07
Posts: 10
Loc: Buenos Aires
I have a xml file with several branches (newjob), each newjob instance have a several branches too (inserttemplate).

I should print so many inserttemplates as much as the sheet allows, each inserttemplate have text with several CRLF, them create a new sheet to the rest of inserttemplate or part of inserttemplate text.

First I tried insert inserttemplate's text into a text object, but it doesn't show window's crlf correctly.

I made a function that show the inserttemplate's text print correctly, but I can't made new pages, and the show() and crlf() print out of sheet.

So now, I should control how many lines show()+crlf() shows in each page, them to generate the news pages maintaining the inserttemplate coherence.

Any suggestion?

Top
#30637 - 01/06/10 03:03 PM Re: problems to slip pages with xml long text and crlf
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Wladimir,

From my experience, the XML emulation doesn't interprete carriage returns and other control characters if they are present in the XML field.

Seems like you worked around the problem by using a function, which is one way to do it, and you now need to incorporate overflow. It can be done, but for that, we would need to see your code and your data. It might be best to open a support issue for this one. Go to our web site, and go to Services->Support->Report an Issue.

Regards,
Rapha

Top
#30638 - 01/06/10 03:08 PM Re: problems to slip pages with xml long text and crlf
Wladimir Offline
OL Newbie

Registered: 08/23/07
Posts: 10
Loc: Buenos Aires
Rapha

Top
#30639 - 01/06/10 03:25 PM Re: problems to slip pages with xml long text and crlf
Wladimir Offline
OL Newbie

Registered: 08/23/07
Posts: 10
Loc: Buenos Aires
Rapha

Top
#30640 - 01/06/10 04:47 PM Re: problems to slip pages with xml long text and crlf
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Wladimir,

Support issues have to go through our system. If you cannot go through our web system, you can try calling us at 1(866) 348-5863, and request technical support. They should be able to assign an issue # to your case.

Regards,
Rapha

Top