This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Making dynamic href's in XSL


> I assume that I have to do something earlier in the XSL before I can
> refer
> to it simply as {site_code}. Right?

No - it is built into all XSLT processors which comply to the latest spec
(i.e. IE5 XML doesn't support it). It is basically a short hand for:

<xsl:attribute name="href">show_tasks.asp?pcof<xsl:value-of
select="site_code">...</xsl:attribute>

Ben


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]