Soldato
- Joined
- 26 Aug 2005
- Posts
- 6,901
- Location
- London
Are there any applications around that does this? Might just write one that does the job for me..
Inquisitor said:How would you convert markup into Java source code exactly?![]()
String markup = "<strong>Awesome</strong>";
System.out.println(markup);
No, I think you're right. I've actually no idea how one would go about converting "HTML into Java syntax" either... except like thatInquisitor said:Oh, I thought he actually wanted to make the HTML itself into Java, rather than just print it![]()