XSLT StyleSheet XML Tutorial

File: Data.xml

  "title 1" Excerpt
  para1
  

    title 1
  

  
    
      

        title 2
      

    

  


File: Transform.xslt
  version="1.0">
  
  
    
      
        First figure title in chapter:
        
      
      
        Last figure title in chapter:
        
      
    
  
  

Output:
        First figure title in chapter:
        title 1
        Last figure title in chapter:
        title 2