xsl-list
[Top] [All Lists]

Re: Modify acronym replace "function"

2005-11-24 01:51:57


<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"


Or change the param definition instead.

:-)

--~------------------------------------------------------------------
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>