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... ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
