How to Deal with XML
To arrange XML authoring, you can ask for a consultation or for a complete solution. Or you can do it yourself - the following steps will guide you through the process.
Choose an XML Format
There are several popular XML formats that may be suitable for your XML documents. Alternatively, you can create your own XML format.
DITA - The Darwin Information Typing Architecture
The DITA XML format encourages writing of content as small, self-contained, modular topics that can be reused in different deliverables and single-sourced in a variety of ways. This topic-oriented approach emphasizes modularity and reuse of topics as concise units of information, being opposed to writing long book-oriented files such as Docbook.
Docbook
Unlike DITA's topic-oriented content, Docbook XML documents have a linear structure that corresponds to a typical book with its chapters and sections. Among other differences, the Docbook XML format offers you a fixed set of elements and attributes while the DITA XML format allows you to define custom information types based on existing ones.
Or Create Your Own XML Format
Despite the wide choice of available XML formats, you still may need to create your own in-house XML file type.
Decide Where to Store Your XML Documents
It is important to decide how you are going to store your XML documents so that they can be easily accessed and are safe from loss and corruption.

