XSLT StyleSheet XML Tutorial

File: Data.xml

  "title 1" Excerpt
  para1
  

    title 1
  

  para2
  
    

      "He Lights"
    

    line 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:
        "He Lights"
        Last figure title in chapter:
        title 2