Re: DocBook SGML
- From: Federico Mena Quintero <federico nuclecu unam mx>
- To: nathan windsofstorm net
- CC: gnome-list gnome org
- Subject: Re: DocBook SGML
- Date: Sun, 13 Jun 1999 20:33:46 -0400
> 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]