The content of a document is stored in a paragraph as an XHTML blob. Such a paragraph can contain:
- text and HTML styling
- custom CSS styling as stored in the Styling.xml file
- internal and external hyperlinks, as stored in the Relations.xml
- asset references like images or files, as stored in the Media.xml file, but referred to by the Relations.xml
In the example below ...
- a paragraph with a co_id in the Author-e suite is referred in Content.xml as a section* with id equal to this co_id
note: Unfortunately the tag section in DocA refers confusingly to a paragraph in the Author-e suite - such a paragraph tag can contain normal text
- but also a hyperlink with for example val=1,
- referring to Relations.xml with the relid=1 and targetType ContentSection
- that refers to a paragraph in the Glossary section of the example document
also found in the Relation.xml - a targetType Media that refers in the Media.xml file to an image
