Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

XSLT with PHP?

Discussion in 'HTML and CSS Help' started by straight_up, Nov 11, 2007.

  1. Offline

    straight_up $man->withAMission()? //true

    Message Count:
    601
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Pennsylvania/Arizona
    Hey,

    I'm doing a major overhaul of my old CMS.

    I want to use XML and transform it with XSLT (ideally not even as a whole document only, but also little blocks which would then be aggregated into the whole, final XHTML page).

    I intend to use PHP for this project. I suppose I could call a Perl or Python script from PHP to do some of this, if the best tools are in those languages.

    Any thoughts? :cool:


  2. Offline

    smoseley Administrator

    Message Count:
    9,727
    Likes Received:
    192
    Trophy Points:
    63
    Location:
    Boston, MA
    I did that on my site www.uselise.com - I used PHP's Sablotron engine to do it.

    IMO it's worth building an XSL-T templating tool for educational purposes, but they're still limited especially in PHP.


Share This Page