| http://www.w3.org/ns/prov#value | - Of course, if what you are looking to get out in the end is a string that is guaranteed safe to include in HTML output, an HTML parser is not what you want, otherwise the string '<script>alert(hello);' would be come through the parser and end up being dangerous even though it wasn't to start with...
|