From 0cfb1bdbd2e64b0f5c75d0942a017144e414c232 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 28 Oct 2011 14:26:22 +0000 Subject: [PATCH] Some cleanup, added xml:id anchors --- opendj3/src/main/docbkx/dev-guide/chap-reading.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/chap-reading.xml b/opendj3/src/main/docbkx/dev-guide/chap-reading.xml index 7eb8487..8423e88 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-reading.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-reading.xml @@ -37,42 +37,42 @@ <link xlink:href="http://mcraig.org/ldif/Example.ldif">available online</link>.</para> - <section> + <section xml:id="about-searching"> <title>Search Objects & Methods</title> <para>TODO</para> </section> - <section> + <section xml:id="about-filters"> <title>Working With Search Filters</title> <para>TODO</para> </section> - <section> + <section xml:id="send-search-request"> <title>Sending a Search Request</title> <para>TODO</para> </section> - <section> + <section xml:id="get-search-results"> <title>Getting Search Results</title> <para>TODO</para> </section> - <section> + <section xml:id="abandon-search"> <title>Abandoning an Incomplete Search</title> <para>TODO</para> </section> - <section> + <section xml:id="handle-ldap-urls"> <title>Working With LDAP URLs</title> <para>TODO</para> </section> - <section> + <section xml:id="sort-search-results"> <title>Sorting Search Results</title> <para>TODO</para> </section> - <section> + <section xml:id="about-comparisons"> <title>Compare Objects & Methods</title> <para>TODO</para> </section> -- Gitblit v1.10.0