This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DocBook for use cases


Yes,

I'm also using DocBook for documenting use cases.
I generate diagrams (use case diagrams, sequense diagrams, ...)
with Dia (this tool is freely available) and save them as
PNG files.

Here is how to include the diagram in your DocBook document: 

<mediaobject>
  <imageobject>
    <imagedata fileref="images/filename.png" format="PNG"/>
    </imageobject>
  <textobject>
  <phrase>Insert the name of the diagram here</phrase>
  </textobject>
  <caption>
    <!--
    Describe the diagram (just few words).
    -->
    <para>
      Add your text here.
    </para>
  </caption>
</mediaobject>


On Sun, 2001-11-25 at 06:18, Martin Brown wrote:
> Is DocBook a good choice for documenting use cases?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]