|
Subject: Re: [xsl] templates/themes/look-and-feel - suggestions needed From: David Carlisle <davidc@xxxxxxxxx> Date: Mon, 12 Jul 2004 14:39:53 +0100 |
It's not really clear what your question is.
You just stated how you were going to change your stylesheets, without
any indication of where you are having a problem.
As is usually the case xsl:attribute is more verbose than needed,
> involve on my part is to manually go to each xsl file and change
>
> <img src="../images/view.gif" title="View"/>
>
> to
>
> <img title="View"><xsl:attribute name="src"><xsl:value-of
> select="$theme"/>view.gif</xsl:attribute></img>
>
could more easily be written as
<img src="{$theme}view.gif" title="View"/>
other than that, what are you asking?
david
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] templates/themes/look-and, Michael Kay | Thread | Re: [xsl] templates/themes/look-and, CKing |
| RE: [xsl] templates/themes/look-and, Michael Kay | Date | Re: [xsl] templates/themes/look-and, CKing |
| Month |