XSLT StyleSheet XML Tutorial

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
  
     Getting Java system properties with system-property():
       java.version = "
    
    "   path.separator = "
    
    "   file.separator = "
    
    "   user.name = "
    
    "   user.country = "
    
    "
  

Output:
Getting Java system properties with system-property():
  java.version = "1.6.0_02"
  path.separator = ";"
  file.separator = "\"
  user.name = "Joe"
  user.country = "US"