diff options
author | joe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845> | 2008-03-10 16:37:38 +0000 |
---|---|---|
committer | joe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845> | 2008-03-10 16:37:38 +0000 |
commit | 9cda21e91c9854307ffaa27732858214fe5a94f9 (patch) | |
tree | dac2dea1a4679fa165b8666b62bb2361f0f87bcb /doc | |
parent | f10a0a175e4c901b69329f10f12d09f03dcf4351 (diff) | |
download | neon-9cda21e91c9854307ffaa27732858214fe5a94f9.tar.gz |
* doc/xml.xml, doc/ssl.xml: Use id on footnotes for stable doc generation.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1405 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssl.xml | 2 | ||||
-rw-r--r-- | doc/xml.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl.xml b/doc/ssl.xml index 5581373..701f200 100644 --- a/doc/ssl.xml +++ b/doc/ssl.xml @@ -5,7 +5,7 @@ <para>This section gives an introduction to SSL. The text is inspired by <xref linkend="bib.ssltls"/>.</para> - <para>&neon; supports the use of HTTP over SSL<footnote><para>The + <para>&neon; supports the use of HTTP over SSL<footnote id="foot.ssl.term"><para>The term <quote>SSL</quote> is used throughout this section to refer in general to both the SSL protocol developed by Netscape and its successor TLS, as adopted by the IETF.</para></footnote> to implement diff --git a/doc/xml.xml b/doc/xml.xml index 4292eb1..d64d2e3 100644 --- a/doc/xml.xml +++ b/doc/xml.xml @@ -57,7 +57,7 @@ application, since &neon; has no knowledge of the structure of properties used by the application.</para> - <para>To solve this problem<footnote><para>This + <para>To solve this problem<footnote id="foot.xml.sax"><para>This <quote>problem</quote> only needs solving because the SAX interface is so inflexible when implemented as C function callbacks; a better approach would be to use an XML parser interface which is not based |