//有中文字符的都就无效
//怎么才能选择中文字符?
node=doc.SelectSingleNode("/bookmap/chapter[@navtitle='基本特性清单']");
node=doc.SelectSingleNode("/bookmap/chapter[@otherprops='a']");<bookmap xml:lang="zh-cn">
  <chapter navtitle="基本特性" otherprops="a">
  </chapter>
  <chapter navtitle="可选特性" otherprops="b">
  </chapter>
</bookmap>