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