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: Problem with legalnotice link


I noticed today when using the generate.legalnotice.link option with
the 1.73.2 stylesheets that the href and the filename don't match --
the href has a "ln-" prefix. For example, if the source looks like:

<book>
    <bookinfo>
        <legalnotice id="legalnotice">
            <para>
                Blah blah blah.
            </para>
        </legalnotice>
    </bookinfo>
   ...
</book>

Then you end up with a file called legalnotice.html -- but the link in
index.html points to ln-legalnotice.html. Note you still get the extra
"ln-"prefix for the href (but not the filename) even if you don't use
and id and the stylesheets create one.

I can go ahead and enter this as a bug in the sourceforge tracker but
wanted to check here first and see if I'm just missing something.

Ken


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