Root element and schema declaration
Use the root element book for whole books and book-part-wrapper for chapters or articles when required by OUP.
/book /book-part-wrapper
Give the XML a DOCTYPE declaration as shown in the examples below.
Give the root element a xml:lang attribute, with the value eng
unless a different value is specified by OUP.
Book root element with DOCTYPE declaration
<!DOCTYPE book PUBLIC "-//NLM//DTD BITS Book Interchange DTD with OASIS and XHTML Tables v2.1 20220202//EN" "BITS-book-oasis2-1.dtd"> <book xml:lang="eng">
Single article root element with DOCTYPE declaration
<!DOCTYPE book-part-wrapper PUBLIC "-//NLM//DTD BITS Book Interchange DTD with OASIS and XHTML Tables v2.1 20220202//EN" "BITS-book-oasis2-1.dtd"> <book-part-wrapper xml:lang="eng">