ref: 9b5b3b2ceb13f4d89041c21d7c645ed3b8b5081b
dir: /sample/ebooksrc/content.ncx/
<?xml version="1.0" encoding="UTF-8"?> <ncx xmlns="http://www.daisy.org/z3986/2005/ncx/" version="2005-1" xml:lang="en"> <head> <meta name="dtb:uid" content="abc"/> </head> <docTitle> <text>Sample Document</text> </docTitle> <docAuthor> <text>sirjofri</text> </docAuthor> <navMap> <navPoint playOrder="1" id="id1"> <navLabel> <text>Chapter 1</text> </navLabel> <content src="chap1.xhtml"/> </navPoint> <navPoint playOrder="2" id="id2"> <navLabel> <text>Chapter 2</text> </navLabel> <content src="chap2.xhtml"/> </navPoint> </navMap> </ncx>