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

Subject: Re: Fw: [xsl] Replacing values in the input file with values from a second file
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 07 Apr 2009 19:00:18 +0200
Hermann Stamm-Wilbrandt wrote:

but the Bananas are missing ...

Yes, but if you look at the posted XML below then you see


<topic id="A">
   <title>Menus</title>
   <topic id="AB">
      <title>Menu AB Details</title>
      <body>
         <p id="AB1">
            <uicontrol conref="AB1a"/>
         </p>
         <p id="AB2">
            <uicontrol conref="AB2a"/>
               <uicontrol conref="AB2b"/>

that here we have conref values 'AB1a', 'AB2a', and 'AB2b' while the second file



<topic id ="navigation-labels">
   <title>Navigation Labels</title>
   <body>
      <p><uicontrol id="AB1a">Oranges</uicontrol></p>
      <p><uicontrol id="AB2a">Apples</uicontrol></p>
      <p><uicontrol id="AB3b">Bananas</uicontrol></p>

has id values 'AB1a', 'AB2a', and 'AB3b'. So for the conref value 'AB2b' there is no matching id.


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread