Re: Need help with SGML again

From: Jeroen Ruigrok/asmodai <asmodai(at)wxs(dot)nl>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Need help with SGML again
Date: 2003-10-14 06:43:54
Message-ID: 20031014064354.GL9012@nexus.ninth-circle.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi Josh,

-On [20031014 06:12], Josh Berkus (josh(at)agliodbs(dot)com) wrote:
>Particularly, I'd like to know how to:
>cross-link to another item on the same page;
>producte a bulleted or numbered list;

SGML or XML can't do that by themselves. You would need a DTD for that,
such as DocBook.

Within DocBook (www.docbook.org) you would use:

<ulink> for cross-links:

<ulink url="blah.html">Go to blah page</ulink>

and

<itemizedlist> for a list with bullets or dingbats or <orderedlist> for a
list with incremental numbering.

<itemizedlist>
<listitem>blah</listitem>

<listitem>fu</listitem>
</itemizedlist>

HTH,

--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B
http://www.tendra.org/ | http://www.in-nomine.org/~asmodai/diary/
Only the wisest and the stupidest of men never change...

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Berkus 2003-10-14 17:17:55 Re: Request for Info.
Previous Message Roberto Mello 2003-10-14 04:21:14 Re: Need help with SGML again