Sounds interesting...
Are your XML predefined or generated on the run? From say a DB?


Xavier

Please consider the environment before printing this mail note. 



-----Original Message-----
From: Nathan Rixham [mailto:[EMAIL PROTECTED] 
Sent: mercredi 13 février 2008 01:20
To: php-general@lists.php.net
Subject: Re: [PHP] Template system in PHP

Are you creating custom DTD's or 1.1 XHTML Mods then? I'd like to see 
that, it's something I'd toyed with a few times in the past but found it 
far too time consuming (even for me), and opted for the ol' redefine 
everything in CSS

*lightbulb* :: runs off to try css on custom tags <why have i never 
tried that before> :: <ponders accessibility..> :: wanders off to waste 
time researching anyways>

Robert Cummings wrote:
> On Tue, 2008-02-12 at 15:02 -0600, Greg Donald wrote:
>> On Feb 12, 2008 2:57 PM, Robert Cummings <[EMAIL PROTECTED]> wrote:
>>> I prefer content formatting encapsulation as provided by custom tags.
>> Decorators?
> 
> Custom tags (XML style ones anyways) provide support for arbitrary
> ordering and omission of optional attributes. They nest nicer than
> function calls, and they have the same general formatting as the HTML
> with which you are working. Additionally, they provide the opportunity
> to punt anything not necessary at run-time to pre-compiled HTML.
> 
> Cheers,
> Rob.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to