Re: Need help with SGML again
| От | Jeroen Ruigrok/asmodai |
|---|---|
| Тема | Re: Need help with SGML again |
| Дата | |
| Msg-id | 20031014064354.GL9012@nexus.ninth-circle.org обсуждение |
| Ответ на | Need help with SGML again (Josh Berkus <josh@agliodbs.com>) |
| Список | pgsql-docs |
Hi Josh, -On [20031014 06:12], Josh Berkus (josh@agliodbs.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...
В списке pgsql-docs по дате отправления: