True xsl(t) is a language in and of itself along with xpath, xpointer,
and a host of others.

However, it is safe to point out that this is another alternative that
can be reviewed. It possibly may be the hardest to incorporate; however,
it needs to be mentioned as well.

--
BigDog


On Sun, 2003-07-13 at 01:20, Robert Cummings wrote:
> Let's be honest, XSL is is one big logic step itself -- moreover it's a
> whole other language to learn.
> 
> Cheers,
> Rob.
> 
> On Sun, 2003-07-13 at 02:07, Ray Hunter wrote:
> > Also u could build your own system that is php xml and xslt based. That
> > will really help you separate the logic from the presentation.
> > 
> > Check out (dom)xml and (dom)xslt. Sometimes there is still logic in the
> > presentation with template systems....with xslt however, it might be to
> > much for the design (interface) guys.
> > 
> > Those should help u out.
> > 
> > --
> > BigDog
> > 
> > 
> > On Sat, 2003-07-12 at 20:08, Dan J. Rychlik wrote:
> > > I am reading PHP and MySQL web development 2nd edition book.  Chapter 6 talks 
> > > about displaying dynamic web content using class objects.  For the type of 
> > > project that I am building, this is not optimal.  How do I keep my self from 
> > > having html mixed with my PHP code?  In other words how do I serperate the two.  
> > > I need to concentrate on writing good code and not designing a nice looking 
> > > website.  (someone else is going to do that)  
> > > 
> > > Can I assign include() statements to a variable ?  How would you guys accomplish 
> > > this?
> > > 
> > > Thanks so much in advance,
> > > Daniel 
> > 
> > 
> > -- 
> > 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