Bruce D'Arcus <> wrote on 07/28/2005 06:45:40 PM:
> On 7/28/05, Chip Wiegand <> wrote:
>
> > When I use this DTD -
> >
> > <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
> >
> > it validates with no errors. Should I just continue to use this older
> > version DTD or what is the fix for my problems above?
>
> Suggestions:
>
> 1) use a good validating XML editor. I use emacs nxml mode and oXygen
> (and tend to prefer RELAX NG schemas over DTDs). You're banging your
> head against the wall without one.
>
> 2) you probably want to use v4.4 if you're new to this. v5 is not
> even in alpha, and introduces significant changes (like DB is now
> namespaced).
>
> Bruce
Thanks for the suggestions - I installed oXygen and am learning it now. I
used one of my existing files, it has <warning><para>...</para><warning>
but the resulting .pdf file after transformation does not show the red
warning icon, just the word Warning in bold. When I ran the same document
through GenDoc it showed the red warning icon. How can I get the icon to
appear in the pdf generated by oXygen?