Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
10answers
32k views

How do I perform HTML decoding/encoding using Python/Django?

I have a string that is html encoded: <img class="size-medium wp-image-113" style="margin-left: 15px;" title="su1" ...
9
votes
2answers
2k views

Render or convert Html to 'formatted' Text (.NET)

I'm importing some data from another test/bug tracking tool into tfs, and I would like to convert it's description, which is in simple HTML, so a plain string, where the 'layout' of the HTML is ...
7
votes
5answers
9k views

C# HTMLDecode without System.Web possible?

I know there are different methods in the System.Web namespace for decoding html entities (such as "%20" for space). I'm building a Winforms application however, but needs to deal with html encoded ...
7
votes
1answer
8k views

How do I display HTML stored in a database from an ASP.NET MVC view?

I have HTML code emitted by FCKEditor stored in a database and would like to display (well render) it onto a view. So, for instance, something stored as: <>pre<>This is ...
1
vote
1answer
175 views

How to program a “decimal HTML decoder”?

I wish to create (in the R language) a "decimal HTML decoder" such as the one implemented in this website: http://www.hashemian.com/tools/html-url-encode-decode.php But I'm not sure where to start, ...
0
votes
1answer
787 views

HTML Decode with encode from Latin-1 (ISO 8859-1) in iPhone/iPad SDK

I creating a rss reader for a site from Denmark, they have some thing like this in their CDATA: <description><![CDATA[><p><img ...