public inbox for [email protected]  
help / color / mirror / Atom feed
From: Jeroen Ruigrok/asmodai <[email protected]>
To: Josh Berkus <[email protected]>
Cc: [email protected]
Subject: Re: Need help with SGML again
Date: Tue, 14 Oct 2003 08:43:54 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

Hi Josh,

-On [20031014 06:12], Josh Berkus ([email protected]) 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...



view thread (17+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Need help with SGML again
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox