[libgdata] [docs] Small XML validity cleanups



commit 7a9683604b48ddc1d369d0943f4f50db1ab697ca
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jan 12 12:38:02 2010 +0000

    [docs] Small XML validity cleanups

 docs/reference/gdata-docs.xml     |   10 +++++++++-
 docs/reference/gdata-overview.xml |    2 ++
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml
index 89e42a5..16dba24 100644
--- a/docs/reference/gdata-docs.xml
+++ b/docs/reference/gdata-docs.xml
@@ -3,7 +3,7 @@
 	<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 	<!ENTITY version SYSTEM "version.xml">
 ]>
-<book id="index">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
 	<bookinfo>
 		<title>GData Reference Manual</title>
 		<releaseinfo>for GData &version;.<!-- The latest version of this documentation can be found online at
@@ -148,5 +148,13 @@
 			<title>Index of new symbols in 0.4.0</title>
 			<xi:include href="xml/api-index-0.4.0.xml"><xi:fallback/></xi:include>
 		</index>
+		<index role="0.5.0">
+			<title>Index of new symbols in 0.5.0</title>
+			<xi:include href="xml/api-index-0.5.0.xml"><xi:fallback/></xi:include>
+		</index>
+		<index role="0.6.0">
+			<title>Index of new symbols in 0.6.0</title>
+			<xi:include href="xml/api-index-0.6.0.xml"><xi:fallback/></xi:include>
+		</index>
 	</part>
 </book>
diff --git a/docs/reference/gdata-overview.xml b/docs/reference/gdata-overview.xml
index dea9650..9b9ad8f 100644
--- a/docs/reference/gdata-overview.xml
+++ b/docs/reference/gdata-overview.xml
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";>
 <refentry id="gdata-overview">
 	<refmeta>
 		<refentrytitle role="top_of_page" id="gdata-overview.top_of_page">GData Overview</refentrytitle>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]