[PHPTAL] Re: XHTML without tal tags

2009-12-03 Thread Michał
What do you need this for? Why not simply execute the template? Let me explain. I am gonna use phptal template bot for generating content at server side and client side. I found interesting project (Javascript template engine)

[PHPTAL] tag directory in subversion repository not updated

2008-08-28 Thread Michał Taszycki
Hi, would it be possible to update https://svn.motion-twin.com/phptal/tags/directory to contain latest releases. It would be convenient for those using svn:externals. Regards Michal ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com

[PHPTAL] Problem with PHPTAL::addSourceResolver()

2009-04-23 Thread Michał Wysoczański
Hello, There is a little error in PHPTAL::addSourceResolver(). The attached simple patch fixes this. Regards, Michał Wysoczański PHPTAL_addSourceResolver.patch Description: Binary data ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http

[PHPTAL] PHPTAL fails with long text nodes

2009-06-08 Thread Michał Wysoczański
(line 373). It seems that PCRE fails with long strings. The exact length of string depends on machine I've tested on, but 9.5k should be enough to generate error. I know, that this is not PCRE issue, not PHPTAL, but maybe PHPTAL should perform encoding checking in other way? Regards, Michał W

Re: [PHPTAL] PHPTAL fails with long text nodes

2009-06-09 Thread Michał Wysoczański
2009/6/8 Kornel Lesiński kor...@aardvarkmedia.co.uk In the meantime I've added not-so-pretty workaround that splits string into small chunks and checks each one individually. See if that helps: http://phptal.org/files/PHPTAL-1.2.0beta4.tar.gz Works fine, thanks. Regards, Michał W

Re: [PHPTAL] Compose an HTML attribute using static text + dynamic text

2009-09-13 Thread Michał Wysoczański
something like that: span id=name_${person/id_name}some text/span Regards, Michał ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal