Forum OpenACS Q&A: Response to Different look of every instance of given package

Trash that idea above...I am so blinded. I think this is better.

We just use the foo.tcl of a template to manipulate the package HTML output.  Maybe just do a doc_return after manipulating the package html.  Or still make use of foo.adp.

DaveB gave idea of something like ad_returntemplate -xslt "foo.xsl".  Or maybe xsl_return.  Neophytos is also going to put in some xsl stuff pretty near.

So what do we do then to make all this things work?  Well simply come up with a standard XHTML that all packages will return.  That way a single template can be used to transform things.  Than having your template say... if package is news do this.... if package is bboard then do this.

I will look at the xsl of bebop and see how we can standardize this stuff.  One the package XHTML is done on the packages.  We can outright do CSS and tcl transformation without additional code to OACS.  XSLT is just a matter of adding to OACS.