Hi, I want to use the export function to produce two different websites based on the same information. The content is more or less the same but the layout differs. Also, using only CSS is not sufficient. Therefore I was thinking of using two different XML stylesheets (for example page2xhtml-export1.xsl and page2xhtml-export2.xsl) but I don't know how to configure the export function for using different stylesheets. Is it possible to do something like this?
<task id="export" class="org.apache.lenya.cms.publishing.StaticHTMLExporter"> <parameter name="export-path" value="work/export/export1"/> <parameter name="stylesheet" value="page2xhtml-export1.xsl"/> </task> <task id="export" class="org.apache.lenya.cms.publishing.StaticHTMLExporter"> <parameter name="export-path" value="work/export/export2"/> <parameter name="stylesheet" value="page2xhtml-export2.xsl"/> </task> Regards, Bart --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]