Danne on November 10th, 2003

PHP5 is still far from being finished even though you can already download a beta version. The performance improvements, the better object orientation and XML support, the new PDO extension and many other small and large changes make many of us wish it was already here. After attending the PHP Conference 2003 in Frankfurt I [...]

Continue reading about PHP5 Overview

Danne on November 3rd, 2003

So far the 2003 international PHP conference in Frankfurt have been very interesting. The new improved XML support in PHP5 is outright wonderful.

All the XML modules in PHP5 is based on libxml/libxsl, have complete interoperability and will support caching of DOM trees in shared memory. The XSL and DOM extensions are completely rewritten and old [...]

Continue reading about International PHP 2003 Conference on XML

Danne on August 15th, 2002

We all know PHP is great for web development. We also know that XSLT is a great way of formatting, or tranforming, XML data. Combine these technologies and we have a very powerful toolkit in developing large scale web sites where content is clearly separated from logic and presentation. This article will show you how [...]

Continue reading about Putting XSL and PHP to work