XSLT StyleSheet XML Tutorial

File: Data.xml
File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
  
    Extracting the timezone from an xs:time:
    
    The current time is: 
    
    The current timezone is: 
    
         The timezone is also known as 
    
  

Output:
Extracting the timezone from an xs:time:The current time is: 13:11:37.593-08:00The current timezone is: -PT8H
    The timezone is also known as -08:00