Forum Moderators: open

Message Too Old, No Replies

XML & XSL to XHTML serverside using PHP

A tutorial / documentation.

         

cyead

1:47 pm on Jan 1, 2005 (gmt 0)

10+ Year Member



Does anyone know of a tutorial that can teach me how to do XML & XSL to XHTML serverside using PHP. Any help would be greatly appreciated.

Richard.

mrnoisy

9:47 pm on Jan 7, 2005 (gmt 0)

10+ Year Member



This is something I'm working on right now. The following example files were a great help to me.

Go to the website PHP Classes (a search will find it) then search within that site for XSLTransformer. You need to register to download the files.

You need Sablotron installed on the server, my host was kind enough to install in on my request.

Storyman

5:24 pm on Jan 19, 2005 (gmt 0)

10+ Year Member



cyead,

Just posted this link on another site and thought you might like to see it:

[w3schools.com...]

Triginta

1:33 pm on Jan 26, 2005 (gmt 0)



php 5 have the function for xslt translate, don't need installation.

[it.php.net...]

[edited by: rogerd at 3:09 am (utc) on Jan. 27, 2005]
[edit reason] No specifics, please. [/edit]

brendan3eb

12:53 pm on Feb 7, 2005 (gmt 0)

10+ Year Member


Sitepoint's article taught me how to parse xml/rss in about 15 minutes, http://www.sitepoint.com/article/php-xml-parsing-rss-1-0