xsl-list
[Top] [All Lists]

Re: Modify acronym replace "function"

2005-11-24 02:06:26
<xsl:param name="acronyms"
select="document('')/xsl:stylesheet/xsl:template[(_at_)name='acro']/acronyms" 
/>

    <xsl:variable name="acronym" select="$acronyms[1]/@acronym" />

Your variable would have to look like this "..]/aconyms/acronym"

I meant param here (instead of variable). But you can change either.

Ragulf Pickaxe :-)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>