0
kicks
Validate html input with linq2xqm
If you have HTML user input and you wants to render only some permitted tags, removing all unwanted tags (such as <script> tag to avoid cross site scripting) you can use linq2xml to actually parse the html fragment.