1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00
Files
postgres/doc/src/sgml
2011-11-01 15:45:22 +01:00
..
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-06-14 17:25:24 +00:00
2010-08-17 04:37:19 +00:00
2010-09-09 00:48:29 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2011-06-04 22:52:25 +03:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2011-09-24 14:35:08 +02:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-01-02 16:58:17 +00:00
2010-08-17 04:37:19 +00:00
2010-09-09 00:48:29 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2009-01-10 16:58:39 +00:00
2010-11-12 21:26:32 +02:00
2010-10-18 18:51:28 +00:00
2010-08-17 04:37:19 +00:00
2010-09-09 00:48:29 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-10 20:42:02 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-09-09 00:48:29 +00:00
2010-08-17 04:37:19 +00:00

<!-- $PostgreSQL: pgsql/doc/src/sgml/README.links,v 1.3 2009/01/10 16:58:39 momjian Exp $ -->

Linking within SGML documents can be confusing, so here is a summary:


Intra-document Linking
----------------------

<xref>
	use to get link text from the title of the target link; has no
	close tag
	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html

<link>
	use to supply text for the link, requires </link>
	http://www.oasis-open.org/docbook/documentation/reference/html/link.html

linkend=
	controls the target of the link/xref, required

endterm=
	for <xref>, allows the text of the link/xref to be taken from a
	different link target title


External Linking
----------------

<ulink>
	like <link>, but uses a URL (not a document target);  requires
	</ulink>; if no text is specified, the URL appears as the link text
	http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html

url=
	used by <ulink> to specify the URL, required


Guidelines
----------

o  If you want to supply text, use <link>, else <xref>
o  Do not use text with <ulink> so the URL appears in printed output
o  You can supply text at the target location with 'xreflabel'