ContentsNodes Element

Author-it XML Format

Description

This is a hierarchical outline list used to built the content and structure of your book. You can include Title Page, Table of Contents, Table of Figures, File, Topic, Glossary, and Index objects.

The ContentsNodes element represents the contents of the Book object. It is shown in Author-it as a tree structure. This element contains a node hierarchy which outlines the relationships between the child elements.

Attributes

None

Parent Element

Book

Children

Element

Optional

Occurs

Node

Yes

Zero to many times

Sample XML

<ContentsNodes>
<Node id="105" />
<Node id="109" />
<Node id="182">
<ChildNodes>
<Node id="110" />
</ChildNodes>
</Node>
<Node id="165">
<ChildNodes>
<Node id="167" />
<Node id="169" />
</ChildNodes>
</Node>
<Node id="180" />
<Node id="113" />
</ContentsNodes>