Posted by macca on 09/06/07 16:45
Hi
Im trying to think of a way to dynamically generate a stylsheet using
php that can be easily updated by a client.
My first thought was to generate the stylesheet as an XML document
first and then use the XML document to generate the stylesheet, and
whenever there is an update in the stylesheet it can be saved as an
XML document and parsed in PHP to generate the new stylesheet.
Does this sound reasonable?
[Back to original message]
|