Parsing takes place in a separate thread
White space is stripped.
<H1> Here's the Title </H1>
<P> Here's the text </P>
What actually comes out of the tag stripper is:
Here's the TitleHere's the text
The single exception is the PRE
element which maintains all
white space in its contents unedited.