P
paul.boparai
Hi,
I have an element that I would like to add to the docbook DTD. This
element is a wrapper element that I would like to wrap all of the
standard docbook elements. This element is called "changebar". So
for example I would like changebar to appear like:
<changebar>
<chapter>
.........
</chapter>
</changebar>
<changebar>
<orderedlist>
.........
</orderedlist>
</changebar>
<changebar>
<para>
.........
</para>
</changebar>
Does anyone know how I can do that in the docbook DTD?
Thanks
I have an element that I would like to add to the docbook DTD. This
element is a wrapper element that I would like to wrap all of the
standard docbook elements. This element is called "changebar". So
for example I would like changebar to appear like:
<changebar>
<chapter>
.........
</chapter>
</changebar>
<changebar>
<orderedlist>
.........
</orderedlist>
</changebar>
<changebar>
<para>
.........
</para>
</changebar>
Does anyone know how I can do that in the docbook DTD?
Thanks