xsl-list
[Top] [All Lists]

Re: [xsl] Replacing values in the input file with values from a second file

2009-04-07 09:30:38
                       <xsl:value-of
select="document('navigation-labels.xml')/topic/body/p/uicontrol[document('navigation-labels.xml')/topic/body/p/uicontrol
= .]"/>


Change that to:

<xsl:value-of 
select="document('navigation-labels.xml')/topic/body/p/uicontrol[(_at_)id
= current()/@conref]"/>



--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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