This is to test my configuration of SyntaxHighlighter from this post.
public void printHello(){
System.out.println("Hello World!");
}
and some xml
< schema name="*.csv" charset = "ISO-8859-2" suppressHeaders = "false" commentLine = "--" separator = "," dateFormat = "dd/MM/yyyy" > < /schema >