Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 16:55:36 +0200
From:      Jochem Kossen <j.kossen@home.nl>
To:        Marc Fonvieille <marc@blackend.org>
Cc:        Jochem Kossen <j.kossen@home.nl>, freebsd-doc@FreeBSD.ORG
Subject:   Re: Docbook <warning></warning> weirdness
Message-ID:  <20020501145536.GA1112@jochem.dyndns.org>
In-Reply-To: <20020501145852.A66879@gothic.blackend.org>
References:  <20020501123926.GA35636@jochem.dyndns.org> <20020501145852.A66879@gothic.blackend.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 01, 2002 at 02:58:52PM +0200, Marc Fonvieille wrote:
> On Wed, May 01, 2002 at 02:39:26PM +0200, Jochem Kossen wrote:
> > When I write an article in Docbook, and use for example this:
> > 
> >   <warning>
> >     <para>Blah die Blah</para>
> >   </warning>
> > 
> > The HTML conversion produces this:
> > 
> >   <div class="WARNING">
> >     <blockquote class="WARNING">
> > 	  <p><b>Warning</b>Blah die Blah</p>
> >     </blockquote>
> >   </div>
> > 
> > instead of:
> > 
> >   <div class="WARNING">
> >     <blockquote class="WARNING">
> > 	  <p><b>Warning:</b> Blah die Blah</p>
> >     </blockquote>
> >   </div>
> > 
> 
> The problem comes from a lack from docbook localization, look in
> /usr/local/share/sgml/docbook/dsssl/modular/common/dbl1nl.dsl
> 
> In have the same problem for french one, i submitted that bug to docbook
> project.
> However a workaround can be add to you share/sgml/freebsd.dsl
>

Found the problem *sigh*

It appears the dir with my articles really needs to be under the
documentation dir of the FDP, and at least in the "locale-named-dir"
(such as /usr/doc/en_US.ISO8859-1/blah/whatever/)

Your patch for the locales didn't help me :(

Thanks anyway,

Jochem

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020501145536.GA1112>