On Mon, Jun 28, 2004 at 02:40:36PM +0100, Colin Paul Adams wrote: > In the documentation for FormsTemplateTransformer, > it says: > > "These widget-XML-descriptions will then typically be translated to > HTML by an XSLT. This XSLT is then however not form-specific, as it > simply needs to know how to translate individual widgets to HTML, and > does not have to create the complete page layout. CForms contains just > such an XSLT so you don't have to write it yourself (except if you > need to do heavy customisation)." > > Where and what is this XSLT?
In the sitemap for the sample forms: C:\tdl\live\repo\cocoon\cocoon-2.1\src\blocks\forms\samples\sitemap.xmap you will see transformer lines like this: <map:transform src="resources/forms-samples-styling.xsl"/> that refer to the stylesheets here: cocoon-2.1\src\blocks\forms\samples\resources HTH, --Tim Larson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
