You are here: Re: text to html conversion « HTML « IT news, forums, messages
Re: text to html conversion

Posted by Toby Inkster on 11/18/05 10:00

Yashwant wrote:

> I want some information and documentation about how to convert text to
> html using java?

My Java is a little rusty, but...

class TextToHTML
{
private String starttag = "\n<pre>";
private String finaltag = "</pre>\n";

public String convert (String text)
{
String html;

html = text.replaceAll("&", "&amp;");
html = html.replaceAll("<", "&lt;");

return starttag + html + finaltag;
}
}

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация