Looking for a way to take some html like:
<html>
<head>
<style>
*.td {
font-weight: bold;
}
</style>
</head>
<body>
<div>blah blah blah</div>
</body>
</html>
And run it through JTidy, and keep the CSS rule in the output of the parser.
The tag is gone in the final output.