[xsl] How to query nodes whichs childs fullfil some conditions?

Subject: [xsl] How to query nodes whichs childs fullfil some conditions?
From: "Robert Sösemann" <rsoese@xxxxxx>
Date: Fri, 17 Oct 2008 16:25:44 +0200
Hy,


how could I  get all <model> nodes, that have a <competitor> node inside them and its @id value must be "325d".
         <data>
         
            <model id="CLK 320 CDI Coupi">
              <competitors>
                 <competitor id="325d"/>
              </competitors>
           </model>
           <model id="CLK 320 CDI Coupi">
              <competitors>
                 <competitor id="335d"/>
              </competitors>
           </model>
           
         </data>
         
Best regards,

Robert
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehvrt? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

Current Thread