vote up -1 vote down star
1

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

flag

46% accept rate
... 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

2 Answers

vote up 0 vote down check

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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