On Mon, Sep 14, 1998 at 11:32:20AM -0700, George Phillips wrote:
> <xsl:template match="a[attribute(href)]">
> <A HREF="{.[attribute(href)]}">
> <xsl:value-of expr="." />
> </A>
> </xsl:template>
>
> But "{.[attribute(href)]}" doesn't get me the HREF attribute of the
> current A node being processed. Not that I expect it to as it is
Use <A HREF="{attribute(href)}">
--
The idea is that the first face shown to people is one they can readily
accept - a more traditional logo. The lunacy element is only revealed
subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|