How to turn html code into regular text ?

I woder if there is a way to turn html code such as : & # 69; & # x2d; & # 109; & # x61;into regular text with java ?FrankMessage was edited by: Ni_Min
[210 byte] By [Ni_Mina] at [2007-11-27 6:30:44]
# 1
> I woder if there is a way to turn html code such as :I don't know... But if there's no way to do it in Java, it can't be done in c++ or any other language I know of... Java is turing complete :)
tjacobs01a at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...
# 2
I don't see why there couldn't be.
lethalwirea at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...
# 3

public class HTML{

public static void main(String[] args){

System.out.println("&#69, wtf are you trying to ask?");

}

}

TuringPesta at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...
# 4
> I don't know... But if there's no way to do it in> Java, it can't be done in c++ or any other language I> know of... Java is turing complete :)A Turing machine is also Turing-complete, but I'll be d鈓ned if I can get one to easily print out "hello
petes1234a at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...
# 5
> A Turing machine is also Turing-complete, but I'll be> d鈓ned if I can get one to easily print out "hello> world"!hello world
TuringPesta at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...
# 6
> > A Turing machine is also Turing-complete, but I'll> be> > d鈓ned if I can get one to easily print out "hello> > world"!> > hello worldI said "a" Turing machine, not "the" Turing machine
petes1234a at 2007-7-12 17:55:25 > top of Java-index,Java Essentials,Java Programming...