OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: sidebars + docbook - Afterthought


fyi, here's the output I get when I run the stylesheets on my test project

    <sidebar>
        <title> This is the title</title>
        <para> first sentence of sidebar </para>
        <para>second sentence of sidebar</para>
    </sidebar>





1.76.0 NS
<div class="sidebar" title="This is the title"><div
class="titlepage"><div><div><p class="title"> This is the
title</p></div></div></div>



1.75.2 NS
<div class="sidebar" title="This is the title"><p class="title"><b>
This is the title</b></p><p> first sentence of sidebar </p><p>second
sentence of sidebar</p></div>


docbook-xsl-1.76.1-RC2 (no namespace)
<div class="sidebar" title="This is the title"><div
class="titlepage"><div><div><p class="title"><strong> This is the
title</strong></p></div></div></div>

        <p> first sentence of sidebar </p>

        <p>second sentence of sidebar</p>
    </div>




On Fri, Oct 22, 2010 at 2:07 AM, Speights, Scott
<Scott.Speights@haufe-lexware.com> wrote:
> Hi Robert,
>
> Just as an afterthought after I checked out your bug. Even with a populated sidebar title, the output is still -
>
>
> <div class="sidebar" title="IAtom data type declaration"><div class="titlepage"><div><div><p class="title"><b></b></p></div></div></div>
>
> I assume the sidebar title should show up in <b></b>, but no content here.
>
> Thanks again,
> Scott
>
> -----Ursprüngliche Nachricht-----
> Von: Robert Nagle [mailto:idiotprogrammer@gmail.com]
> Gesendet: Freitag, 22. Oktober 2010 00:15
> An: Speights, Scott
> Betreff: sidebars + docbook
>
> I can't answer your question, except to say <sidebar> <title> title here </title> <para> hello </para> </sidebar>
>
> However I have filed a bug about something strange with sidebars and html  I am having exactly the opposite problem.
>
> http://sourceforge.net/tracker/?func=detail&atid=373747&aid=3083800&group_id=21935
>
> for sidebar, a title is optional, but if you don't include one, the docbook xsl  messes up the html.
>
> my guess is that something about your css is hiding the title, you are doing something strange in your customization layer, you are using an old docbook stylesheet or maybe it's related indirectly to my bug.
>
> --
> Robert Nagle
> 12777 Ashford Point Dr #1417
> Houston, Texas 77082
> 713 893 3424
> htpt://www.robertnagle.info
>



-- 
Robert Nagle
12777 Ashford Point Dr #1417
Houston, Texas 77082
713 893 3424
htpt://www.robertnagle.info


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]