Am 10.12.2010 16:19, schrieb Kirill Churin:
On Fri, Dec 10, 2010 at 7:40 PM, Lwam Berhane <[email protected] <mailto:[email protected]>> wrote:Hey guys! I am trying to style my html output with an css-file. If I want to make the css gloabl for all html outputs. Should I put an new parameter for the the phing shell script (buil.xml)? Is this the best way? or is there a possibility to link the css to the html.xsl? Kind regards, Lwam -- Gruß Lwam Berhane punkt.de <http://punkt.de> GmbH TYPO3-Internet-Dienstleistungen-Beratung Kaiserallee 13a Tel.: 0721 9109-0 Fax: -100 76133 Karlsruhe [email protected] <mailto:[email protected]> http://punkt.de/ AG Mannheim 108285 Gf: Jürgen Egeling --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] <mailto:[email protected]> For additional commands, e-mail: [email protected] <mailto:[email protected]> Make html-common.xsl cusomization and import it in both -chunk and -single customization layers. -- Kirill Churin Jabber: [email protected] <mailto:[email protected]>, ICQ: 8163230, Skype on demand.
Are the folling parameters helpful? <xsl:param name="html.stylesheet" select="'test.css'"/> <xsl:param name="html.stylesheet.type" select="'text/css'"/> -- Gruß Lwam Berhane punkt.de GmbH TYPO3-Internet-Dienstleistungen-Beratung Kaiserallee 13a Tel.: 0721 9109-0 Fax: -100 76133 Karlsruhe [email protected] http://punkt.de/ AG Mannheim 108285 Gf: Jürgen Egeling --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
