[PHP] PHP, Templates, XSLT

2001-07-03 Thread Leonardo Dias

Hi there,

I was wondering if anyone ever tested XSLT. I know it's much more than a
template system, but we are willing to use it as a transformation of XML
purely as a template.

Anyways, has anyone experienced it with Sablotron? How did you like it?
Was it any good? Is it fast enough for big websites?

We're trying to decide what is best: smarty template or a XML-based
solution. Do you guys think that PHP is prepared for XML/XSLT or you
don't like XML at all?



-- 
Leonardo Dias
Catho Online
WebDeveloper
http://www.catho.com.br/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP, Templates, XSLT

2001-07-03 Thread Mark Charette

From: Leonardo Dias [EMAIL PROTECTED]
 Anyways, has anyone experienced it with Sablotron?

Yes.

 How did you like it?

Worked as advertised. Which is a bear sometimes - but that's due to XML
limitations, not Sablotron's fault.

 Was it any good?

Yup.

 Is it fast enough for big websites?

Well, big websites don't necessarily have to be fast (I've got over 100,000
pages on one of my websites - but since I'm getting about 2 hits/second it
doesn't have to be fast) - but in general, XSLT translation takes a
noticeable hit. If your expaectations are in the hundreds of hits/second
then you would want to cache the resulting page anyway.

Mark [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP, Templates, XSLT

2001-07-03 Thread Marius Andreiana

 Anyways, has anyone experienced it with Sablotron? How did you like it?
nice

You can also try to check browser : if mozilla 0.9.1 or later
(you choose) it can be parsed on the client; ie 6.0 isn't used yet...

-- 
Marius Andreiana



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]