← Prev in month ← Prev in thread

Note Box

From
Joydeep Chakrabarty <>
Date
2015-01-25T15:35:12+00:00
ID
ma325l$goj$
Thread
Note Box
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) in my output html file. 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.
← Prev in month ← Prev in thread