xsl-list
[Top] [All Lists]

Re: Modify acronym replace "function"

2005-11-24 01:39:25
Hi again,

From but a short look at it:
 <xsl:param name="acronyms"
select="document('')/xsl:stylesheet/xsl:template[(_at_)name='acro']/acronyms" 
/>

This one reaches the "root" of the nodeset. Therefore this does not work:
     <xsl:variable name="acronym" select="$acronyms[1]/@acronym" />

Right now, you are looking at the first acronyms element (there is
only the one).
Your variable would have to look like this "..]/aconyms/acronym"

Regards,
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>