Subject: Re: Replacing values in the input file with values from a second file
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 7 Apr 2009 14:30:03 +0100
|
> <xsl:value-of
>
select="document('navigation-labels.xml')/topic/body/p/uicontrol[document('na
vigation-labels.xml')/topic/body/p/uicontrol
> = .]"/>
>
Change that to:
<xsl:value-of
select="document('navigation-labels.xml')/topic/body/p/uicontrol[@id
= current()/@conref]"/>
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|