I've tried endless variations on the_title_attribute(0) but can't get it to return values for php. I'm using it within a loop, and all it does is echo e.g. there should be no output, but there is.
<?php the_title_attribute( 0 ) ?>
Any help appreciated.