XSLT StyleSheet XML Tutorial

File: Data.xml

     12
     23
     45
     56
     75

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
          select="operand[(. < 50) and (. > 30)]" />
  

Output:
45