|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Replacing values in the input file with values fro
> <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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






