[seam-commits] Seam SVN: r13176 - modules/xml/trunk/docs/src/main/docbook/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 16 00:20:20 EDT 2010


Author: swd847
Date: 2010-06-16 00:20:19 -0400 (Wed, 16 Jun 2010)
New Revision: 13176

Modified:
   modules/xml/trunk/docs/src/main/docbook/en-US/master.xml
   modules/xml/trunk/docs/src/main/docbook/en-US/xml-introduction.xml
Log:
fix docbook error



Modified: modules/xml/trunk/docs/src/main/docbook/en-US/master.xml
===================================================================
--- modules/xml/trunk/docs/src/main/docbook/en-US/master.xml	2010-06-16 04:16:32 UTC (rev 13175)
+++ modules/xml/trunk/docs/src/main/docbook/en-US/master.xml	2010-06-16 04:20:19 UTC (rev 13176)
@@ -7,6 +7,5 @@
    
    <title>Seam XML Configuration</title>      
    <xi:include href="xml-introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
-   <xi:include href="xml-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  
 
 </book>
\ No newline at end of file

Modified: modules/xml/trunk/docs/src/main/docbook/en-US/xml-introduction.xml
===================================================================
--- modules/xml/trunk/docs/src/main/docbook/en-US/xml-introduction.xml	2010-06-16 04:16:32 UTC (rev 13175)
+++ modules/xml/trunk/docs/src/main/docbook/en-US/xml-introduction.xml	2010-06-16 04:20:19 UTC (rev 13176)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 
 <chapter id="introduction">
   <title>Seam XML Introduction</title>
@@ -26,8 +26,7 @@
     so <literal>seam-beans.xml</literal> is provided as an alternative. </para>
     
     <para>Let's start with a simple example. Say we have the following class that represents a report:</para>
-	<programlisting role="JAVA">
-    <![CDATA[
+	<programlisting role="java"><![CDATA[
 public class Report
 {
 	String filename;
@@ -37,10 +36,9 @@
 	
 	//getters and setters
 }
-]]>
-    </programlisting>
+]]></programlisting>
     <para>And the following support classes:</para>
-	<programlisting role="JAVA">
+	<programlisting role="java">
     <![CDATA[
 public interface Datasource
 {



More information about the seam-commits mailing list