Re: [PHP] Simple CopyOf XSLT translation

2005-11-02 Thread Stephen Leaf
Last I checked XHTML *is* HTML only with my stricter rules applied. most notably the XML rules. "XHTML is a stricter and cleaner version of HTML." -- W3C XHTML tutorial. (http://www.w3schools.com/xhtml/default.asp) As for using PHP to transform the XSL. I've been doing this with a lot of succes

Re: [PHP] Simple CopyOf XSLT translation

2005-11-02 Thread Jochem Maas
Torgny Bjers wrote: Quoting Andy Pieters <[EMAIL PROTECTED]>: Hi list I made an entire site in xhtml for a client but now complaints are comming from the m$ explorer front. Broken layouts, long loading times etc. good for them for complaining, getting paid to build websites and then not t

Re: [PHP] Simple CopyOf XSLT translation

2005-11-02 Thread Torgny Bjers
Quoting Andy Pieters <[EMAIL PROTECTED]>: Hi list I made an entire site in xhtml for a client but now complaints are comming from the m$ explorer front. Broken layouts, long loading times etc. Would it be possible for php to do the xslt translation? All that is currently in my xslt is

[PHP] Simple CopyOf XSLT translation

2005-11-02 Thread Andy Pieters
Hi list I made an entire site in xhtml for a client but now complaints are comming from the m$ explorer front. Broken layouts, long loading times etc. Would it be possible for php to do the xslt translation? All that is currently in my xslt is And serve those pages as html 4.01 instea