r8191: output xhtml
[uffi.git] / doc / intro.xml
index cdabd655579b101ca966c07572c73d111d94666b..076343b8315c8f035b6ceca6517aaf481a9eb31c 100644 (file)
@@ -1,21 +1,21 @@
-<?xml version='1.0' ?>   <!-- Mode: Docbook --> 
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [
+               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 <!ENTITY % myents SYSTEM "entities.xml">
 %myents;
 ]>
 
 <chapter id="introduction">
   <title>Introduction</title>
-  <sect1>
+  <sect1 id="purpose">
     <title>Purpose</title>
     <para> This reference guide describes
       &uffi;, a package that provides a cross-implementation
       interface from Common Lisp to C-language compatible libraries.
     </para>
   </sect1>
-
-  <sect1>
+  
+  <sect1 id="background">
     <title>Background
     </title>
     <para>
@@ -41,7 +41,7 @@ particular C-library.
     </para>
   </sect1>
 
-  <sect1>
+  <sect1 id="supported-impl">
     <title>Supported Implementations</title> 
     <para>The primary tested and supported platforms for &uffi; are: 
     </para>
@@ -61,7 +61,7 @@ FreeBSD 4.5, Solaris v2.8, and Microsoft Windows XP.</para></listitem>
     </itemizedlist>
   </sect1>
 
-    <sect1>
+    <sect1 id="design">
       <title>Design</title>
       <sect2>
        <title>Overview</title>