crossley 02/05/13 01:53:02
Modified: src/documentation/content/xdocs document-v11.xml
Log:
Attempt to clarify the options for hyperlinking.
Revision Changes Path
1.3 +36 -15 xml-forrest/src/documentation/content/xdocs/document-v11.xml
Index: document-v11.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/document-v11.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- document-v11.xml 12 May 2002 07:42:09 -0000 1.2
+++ document-v11.xml 13 May 2002 08:53:02 -0000 1.3
@@ -31,24 +31,45 @@
which offers the ability to refer to an image map.
We have elements for hyperlinking:
-
<link>
-
use this to
+
<link href="faq.html">
+
Use this to
link
- to another document.
-
<jump>
-
use this to
- jump
- to another document. (FIXME: the document2html.xsl is broken here)
-
<fork>
-
and this one to
- fork your webbrowser to another
- document.
+ to another document. As per normal, this will open the new document
+ in the same browser window.
+
+
<link href="contrib.html#cvshowto">
+
Use this to
+ link
+ to another document and jump to the named anchor. This will open
+ the new document in the same browser window.
+(FIXME: So why do we need "jump"?)
+
+
+
<jump href="contrib.html" anchor="cvshowto">
+
Use this to
+
+jump
+ to another document and optionally to a named anchor within that
+ document
+(FIXME: The document2html.xsl and document-v11.dtd do not have the anchor
+attribute anymore?)
+
+
+
<fork>
+
Use this to
+ fork
+ your webbrowser to another document. This should open the document
+ in a new browser window (depending on the capabilities of your
+ browser).
-
Oh, by the way, a definition list was used inside the previous list item.
- We could put another
+
Oh, by the way, a definition list <dl> was used inside
+ the previous list item. We could put another