| Store | Cart

Re: maxvars

From: Nick Wellnhofer <well...@aevum.de>
Wed, 07 Jan 2015 23:52:01 +0100
On 07/01/2015 22:07, Thomas Krichel wrote:
>    A bit of background. I have information in XML that I want to send out>    in an email. The email should support plain text and html. I want>    to use a template to generate the plain text. This involves splitting>    text across lines. I am not aware of other ways to do that than using>    a recursive template. There I need to create several variable at each>    recursion. Thus I quickly deplete the variable stock.

I solved a similar issue using EXSLT's str:split:

     http://exslt.org/str/functions/split/index.html

Nick

_______________________________________________
Perl-XML mailing list
Perl...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Recent Messages in this Thread
Thomas Krichel Jan 06, 2015 11:25 pm
Shlomi Fish Jan 07, 2015 09:38 am
Thomas Krichel Jan 07, 2015 09:07 pm
Bjoern Hoehrmann Jan 07, 2015 10:17 pm
Thomas Krichel Jan 07, 2015 10:44 pm
Nick Wellnhofer Jan 07, 2015 10:52 pm
Thomas Krichel Jan 07, 2015 11:03 pm
Nick Wellnhofer Jan 07, 2015 11:22 pm
Thomas Krichel Jan 08, 2015 07:49 pm
Messages in this thread

Previous post: Re: maxvars
Next post: Re: maxvars