XSLT StyleSheet XML

File: Data.xml


  Hello, World!

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
    
public class Greeting
{
  public static void main(String[] argv)
  {
    

    
    
  }
}
    

  
  
    System.out.println("
    
    ");