xsl-list
[Top] [All Lists]

Modify acronym replace "function"

2005-11-24 00:20:06
Good morning,

i want to use the example from

http://www.dpawson.co.uk/xsl/sect2/replace.html#d8104e115

but i want to hold everything in one document.
So how can i modify this text for using it inside my xslt.

<xsl:param name="acronyms"
    select="document('../xml/acronyms.xml')/acronyms/acronym" />


my xsl:


...
here the acronym replace "function"
...
..
<xsl:template name="acro">
<acronyms>
        <acronym acronym="vorbedingung">PRECONDITION</acronym>
        <acronym acronym="Vorbedingung">PRECONDITION</acronym>
        <acronym acronym="VORBEDINGUNG">PRECONDITION</acronym>
</acronyms>
</xsl:template>
....
..
        
Thanks a lot

Sven

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