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-ldif.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3/src/main/docbkx/dev-guide/chap-ldif.xml b/opendj3/src/main/docbkx/dev-guide/chap-ldif.xml
index 20ef75b..b4a1118 100644
--- a/opendj3/src/main/docbkx/dev-guide/chap-ldif.xml
+++ b/opendj3/src/main/docbkx/dev-guide/chap-ldif.xml
@@ -34,7 +34,7 @@
  <para>OpenDJ SDK provides capabilities for working with LDAP Data Interchange
  Format content. This chapter demonstrates how to use those capabilities.</para>
 
- <section>
+ <section xml:id="about-ldif">
   <title>About LDIF</title>
   <para>LDAP Data Interchange Format provides a mechanism for representing
   directory data in text format. LDIF data is typically used to initialize
@@ -43,12 +43,12 @@
   backup format.</para>
  </section>
  
- <section>
+ <section xml:id="writing-ldif">
   <title>Writing LDIF</title>
   <para>TODO</para>
  </section>
  
- <section>
+ <section xml:id="reading-ldif">
   <title>Reading LDIF</title>
   <para>TODO</para>
  </section>

--
Gitblit v1.10.0