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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] Note Box


Hello!

It depends on target, where your want to see the border. Is it source
code, that is styled using XML editor, or generated output (html, pdf,
others)?

You need to provide more information about this.

Also, I suggest you need to post this question (and subscribe) to
docbook-apps mailing list (current is docbook mailing list - they have
some difference). The first one is for docbook generation-related
topics but this list mostly pointed on discussing DocBook schemas and
element usage.

2015-01-25 13:17 GMT+03:00 Joydeep Chakrabarty <chalao.adda@gmail.com>:
> Hello all,
>
> I have been trying to write a docbook file. I am using <note> element.
> But I cannot see the note box (or borders). What am I missing here? Here
> is my code.
>
> <?xml version='1.0'?>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
>                    "http://www.oasis-open.org/docbook/xml/4.5/
> docbookx.dtd">
> <book lang="en">
> <bookinfo><title>My first DocBook document</title></bookinfo>
>
>   <chapter>
>     <title>TEST DOCBOOK</title>
>     <note>
>         <title>This is Note</title>
>         <para>This is test.</para>
>       </note>
>   </chapter>
> </book>
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
>


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