Re: DocBook SGML



>  Does anyone know how you can generate a bulletted list in SGML? Like with
>  HTML you would do:
>  
>  <UL>
>     <LI>blah</LI>
>  </UL>
>  
>  Can someone just toss me an SGML equivalent? Thanks. =)

You can do this in DocBook with

<itemizedlist>
  <listitem>
    <para>
      Hello, World!
    </para>
  </listitem>

  <listitem>
    <para>
      Second item.
    </para>
  </listitem>
</itemizedlist>

Good luck,

  Federico



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]