At present we use XSLT to apply styles
to our Web pages. This makes editing the Web pages easier but requires
that we run a build script before commiting changes to CVS. We can make
this process easier by applying the styles dynamically. The Web site currently
supports PHP which supports XSLT, however it must be enabled by the Webmaster.
I've opened an enhancement request on the Eclipse Web site [1] but have
got no response for a week.
I am therefore asking anyone who would
like to make our Web site updates easier to vote for this bug. Thx.
BTW, if we can't get XSLT enabled, I'll
try using a sevlet but that will be more complicated and possibly less
efficient depending on how the servlet engine can access the files on the
Web site. PHP looks like the simplest solution since it is tighly
integrated with the Web server.