[jboss-svn-commits] JBL Code SVN: r23794 - labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Nov 9 15:54:39 EST 2008


Author: ellenzhao
Date: 2008-11-09 15:54:38 -0500 (Sun, 09 Nov 2008)
New Revision: 23794

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/master.xml
Log:
adjusted the personname tag

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/master.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/master.xml	2008-11-09 20:53:20 UTC (rev 23793)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/master.xml	2008-11-09 20:54:38 UTC (rev 23794)
@@ -1,49 +1,45 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<book version="5.0" xmlns="http://docbook.org/ns/docbook"
-                    xmlns:xlink="http://www.w3.org/1999/xlink"
-                    xmlns:xi="http://www.w3.org/2001/XInclude"
-                    xmlns:svg="http://www.w3.org/2000/svg"
-                    xmlns:m="http://www.w3.org/1998/Math/MathML"
-                    xmlns:html="http://www.w3.org/1999/xhtml"
-                    xmlns:db="http://docbook.org/ns/docbook">
-  <info>
-    <title>Drools Introduction and General User Guide</title>
+<book version="5.0" xmlns="http://docbook.org/ns/docbook"
+	xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+	xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML"
+	xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
+	<info>
+		<title>Drools Introduction and General User Guide</title>
 
-    <releaseinfo>5.0.0.SNAPSHOT</releaseinfo>
+		<releaseinfo>5.0.0.SNAPSHOT</releaseinfo>
 
-    <author>
-      <firstname>Mark</firstname>
-      <surname>Proctor</surname>
-    </author>
+		<author>
+			<personname>
+				<firstname>Mark</firstname>
+				<surname>Proctor</surname>
+			</personname>
+		</author>
 
-    <author>
-      <firstname>Michael</firstname>
-      <surname>Neale</surname>
-    </author>
+		<author>
+			<personname>
+				<firstname>Michael</firstname>
+				<surname>Neale</surname>
+			</personname>
+		</author>
 
-    <author>
-      <firstname>Edson</firstname>
-      <surname>Tirelli</surname>
-    </author>
-  </info>
+		<author>
+			<personname>
+				<firstname>Edson</firstname>
+				<surname>Tirelli</surname>
+			</personname>
+		</author>
+	</info>
 
-<!--
-  <preface id="preface" revision="2">
-    <title>Preface</title>
+	<!--
+		<preface id="preface" revision="2"> <title>Preface</title>
 
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="drools_logo.png" />
-      </imageobject>
-    </mediaobject>
+		<mediaobject> <imageobject> <imagedata fileref="drools_logo.png" />
+		</imageobject> </mediaobject> <para /> </preface>
+	-->
 
-    <para />
-  </preface>
--->
+	<xi:include href="Chapter-Release_Notes/Chapter-ReleaseNotes.xml" />
 
-    <xi:include href="Chapter-Release_Notes/Chapter-ReleaseNotes.xml" />
+	<xi:include href="Chapter-Install/Chapter-Install.xml" />
 
-    <xi:include href="Chapter-Install/Chapter-Install.xml" />
-
-  <index/>
+	<index />
 </book>




More information about the jboss-svn-commits mailing list