From 6f0263d67a8123fc988e5a59e0a63b4785156f2e Mon Sep 17 00:00:00 2001 From: Fredrik Unger Date: Thu, 1 Aug 2013 21:14:07 +0200 Subject: [PATCH] link: Extended example for more cases, cleanup Removed some tags/text and added more examples of link usage. All four basic link cases are now represented. linkend w and w/o endterm, and xlink:href with and without content. --- link/example.xml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/link/example.xml b/link/example.xml index 865ecb8..4153877 100644 --- a/link/example.xml +++ b/link/example.xml @@ -1,43 +1,40 @@
- Making a link a footnote - Linkfootnote + <tag>link</tag> tag example + link - Mr Fredrik Unger fred@tree.se - - Tree.se - 2013-07-29 - - - Displaying a link as a footnote instead of the default in - text representation. - - -
Example code +
Example usage of the tag <tag>link</tag> - Sometimes a link in the text to a website is better not - interspersed in the text as the default processing but put as a - footnote. This makes the text easier to read but still providing - the link. By using overloading the style sheet the docbook xml can - be kept the same. + In the next paragraph describes a + domain handled by - + There is a domain that is established to be used for illustrative examples in documents. One can use this domain in examples without prior coordination or asking for permission. + + The next section gives some more information. + +
+
+ RFC 2606 + + The RFC 2606 "Reserved Top Level DNS Names" was approved in June + 1999. +
-- 2.30.2