> * full white -> remove all text nodes that are all whitespace > > Produces: > > <foo><bar>x</bar><!-- comment --></foo> Umm, that should have been: <foo><bar> x </bar><!-- comment --></foo> -jh-