Date: 10/13/00
- Next message: Derick Rethans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: Joey Smith: "Re: [PHP-DEV] Comment about the bug #7120"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Next in thread: Jacob Verhoeks: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 10:26 AM 10/13/00 +0200, Kristian Köhntopp wrote:
>Unfortunately (for roxen) there is little to no user base for
>roxen, despite it being the superior server and having a really
>nice concept. PHP has the user base, and could have the concept,
>if XML/XSLT and PHP are merged properly.
I think PHP has the basic ingredients. It has XML support, it now has an
XSLT extension, it has output buffering which can be overloaded by functions.
All that is left now is to put the pieces nicely. I would like to see PHP
creating XML and having the output mechanism apply an XSLT to it.
We're not that far away. Actually we're close.
Andi
-- response --
Actually, we're there. You can currently do that with the use of the DOM-XML
functions in conjuction with the XSLT functions:
<?
xslt_begintransform("xslfile");
// Create XML with DOM-XML, and output it
xslt_endtransform(); // outputs transformation
?>
-Sterling
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Derick Rethans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: Joey Smith: "Re: [PHP-DEV] Comment about the bug #7120"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Next in thread: Jacob Verhoeks: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

