up vote 0 down vote favorite
1
share [g+] share [fb]

i need a C# library about strict HTML validation and filtering

link|improve this question

64% accept rate
1  
... and I want a pony – ahockley Nov 25 '08 at 4:47
...and i want a jetpack. Some more information plz – seanb Nov 25 '08 at 4:53
I guess these types of comments are unnecessary. Because I know some people are not converse in English, though they use stackoverflow.So my idea is that stackoverflow is a place for answer seekers.. Not for critics... – JCTLK Jan 10 '11 at 4:54
feedback

3 Answers

up vote 0 down vote accepted

Jeff Atwood posted some code for HTML tag filtering and sanitizing a while back. From your brief description it sounds like something you might want to look into.

http://refactormycode.com/codes/333-sanitize-html

http://www.codinghorror.com/blog/archives/001172.html

link|improve this answer
feedback

I don't think any such thing exists, but it doesn't seem like it would be that hard to do a validation API that utilizes the w3C validator behind the scenes.

What kind of filtering are you talking about? Your question is very vague...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.