xsl-list
[Top] [All Lists]

[xsl] previous sibiling node value

2010-11-14 12:46:26
Hi,
   I am trying to get the current node's preceding-sibling node value.
Here is my xml


  <Policy Service="response"> 
      <QMName>BRKQM</QMName>>    
      <QMNumber>01</QMNumber>      
      <QMName>BEKQM</QMName>>    
      <QMNumber>02</QMNumber>
      <RequestQueue>TEST.RSP</RequestQueue>      
   </Policy>
                 Let us suppose if my qmNumber is 02 i need to go to prevoius 
node QMName and get BEKQM.
          How can i do this .



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