xsl-list
[Top] [All Lists]

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

2008-10-17 10:26:13
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 Coupé">
              <competitors>
                 <competitor id="325d"/>
              </competitors>
           </model>
           <model id="CLK 320 CDI Coupé">
              <competitors>
                 <competitor id="335d"/>
              </competitors>
           </model>
           
         </data>
         
Best regards,

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

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

<Prev in Thread] Current Thread [Next in Thread>