Forgot your password?
typodupeerror

Comment Re:Unmentioned options - more info on cocoon (Score 1) 204

Cocoon 1.4 has just been released. It's a web publishing framework that uses XML, XSLT, and XSL FO to produce HTML and PDF files. Dynamic XML production is still a bit patchy, though certainly possible and is actually being used on production sites.

In my opinion, any web page generation technology that does not use XML and XSL to seperate content, design, and logic is a short-term solution at best. The benefits of using XML and XSL are too profound to ignore - seperation of content from design means that it's easy to produce views of your site tailored for the client - be it lynx, Netscape, Palm, even a Flash movie player if SVG ever achieves widespread support.

Conversly, it's a breeze to maintain multilingual sites. Using XML as both the input and output format for dynamic page creation modules means much more reusable modules and, ideally, language independence when choosing modules. Since XML/XSL aware clients are on the way, it will soon be possible to offload page rendering to intelligent clients and do the processing server-side for dumb ones. Oh, and did I mention that it's open source and uses an open source XML parser, open source XSLT processor, open source source XSL FO renderer, and optionally an open source ECMAScript interpreter? :)

Slashdot Top Deals

The possession of a book becomes a substitute for reading it. -- Anthony Burgess

Working...