Archive for the ‘XSL’ Category
July 17th, 2007 by Rich Zygler
tags: .NET, C#, Java, PHP, XML, XSL | No Comments »
I consider myself an Open Source Developer but I very rarely develop for the open source community. I create apps for businesses, where I work, and some side projects. I share code with those I work with obviously, but generally not with the PHP community as a whole. ...
July 22nd, 2006 by Rich Zygler
tags: PHP, XML, XSL | 1 Comment »
So I’ve been working on this pretty big migration project lately, from PHP4 / MySQL 4 to PHP5 / MySQL5. It’s even larger because we’re moving from a largely procedural code base to using objects with inheritance and a lot of composition.
So what’s all that have to do with ...
November 9th, 2005 by Rich Zygler
tags: MySQL, PHP, XML, XSL | 1 Comment »
For a personal project that I’m working on in PHP4, I’m using XSLT to display a bunch of pages. Most times, I don’t use the XSL transforms for the whole page, usually just tables of data that are returned from a query. The first thing that you need to ...