DTBook
title: "DTBook" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["document-centric-xml-based-standards", "markup-languages"] topic_path: "technology/programming-languages" source: "https://en.wikipedia.org/wiki/DTBook" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
DTBook (an acronym for DAISY Digital Talking Book) or DAISY XML is a XML-based document file format. It is used in EPUB 2.0 e-books and DAISY Digital Talking Book, as well as other places. Unlike other document file formats such as ODF DTBook puts a strong emphasis on structural encoding, but in comparison to other structural file formats such as DocBook and TEI it is fairly simple.
DTBook was developed by the Daisy Consortium as an accessible file format similar to HTML, with special regard to the requirements of the visually impaired. Therefore, it puts an emphasis on a clear, precise navigation and the explanation of visual elements.
DTBook is further developed by the Daisy Consortium and is defined with a DTD as part of the NISO standard Z39.86-2005
NIMAS
NIMAS (National Instructional Materials Accessibility Standard) – a U.S. standard for electronic books for the visually impaired – defines a subset of DTBook XML elements. NIMAS documents are valid according to the DTBook DTD.
Example
::code[lang=xml]
Hello World
This is an example.
::::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::