Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: Parsing html entity (character code) as text


Message #1 by "mysql" <mysql@e...> on Tue, 9 Apr 2002 11:39:25
I need to parse a string that has text with has the html entities inside 
it, but with no tags: "this is a &Ntilde;sample" 

I need to parse it and have the decode result: "this is a Ńsample"

any clue?, nor need to have all the solution only the begin

  Return to Index