The "name" attribute is not valid in XHTML, use "id" instead, and not in an anchor element (<a>), i.e.:
Code:
<h1 id="chap12">Chapter 12</h1>
for instance. But apparently the Sony has problems with fragments (the "#" part in the href) in the NCX file, so it's better to avoid them if you can.