...
First I took the old pages and replaced tags that are functional same with the new ones.
Examples are:
old | new |
|---|---|
<p> | <para> |
<code-panel> | <programlisting> |
<ol> | <orderedlist> |
<ul> | <itemizedlist> |
<tt> | <literal> |
<b> | <emphasis role="bold"> |
<i> | <emphasis> |
The sections needed further adaptation and needed all an "id" for links and so.
Example:
old | new |
|---|---|
<section title="Introduction"> | <section id="jdo.howto.introduction"> |
Sometimes I also needed to rearrange the structure of the document to fit for DocBook.
...