Author: mmcallis
Date: 2008-02-20 00:45:06 -0500 (Wed, 20 Feb 2008)
New Revision: 10040
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
minor revisions/rephrasing
6.1. Changes from previous releases
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-20
03:19:54 UTC (rev 10039)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-20
05:45:06 UTC (rev 10040)
@@ -24,7 +24,7 @@
</screen>
</para>
<para>
- If you do not use the DTD declaration, the previous mechanism for XML validation will
be used. The DTD is more strict, specifically with the order of the XML elements. For
example, the following will be valid if you are not using the DTD, but will be rejected if
you are:
+ If you do not use the DTD declaration, the previous mechanism for XML validation will
be used. The DTD is more strict, specifically with the order of XML elements. The
following is an example from a <filename>*-object.xml</filename> descriptor,
which will be valid if you are not using the DTD, but will be rejected if you are:
</para>
<para>
<screen><![CDATA[
@@ -41,14 +41,36 @@
<if-exists>overwrite</if-exists>]]>
</screen>
</para>
- <para>The various DTD available are:</para>
+ <para>
+ The following DTDs are available:
+ </para>
+ <para>
<itemizedlist>
- <listitem>For -object.xml descriptors: "-//JBoss Portal//DTD Portal
Object 2.6//EN"</listitem>
- <listitem>For jboss-app.xml descriptors: "-//JBoss Portal//DTD JBoss
Web Application 2.6//EN"</listitem>
- <listitem>For jboss-portlet.xml descriptors: "-//JBoss Portal//DTD
JBoss Portlet 2.6//EN"</listitem>
- <listitem>For portlet-instances.xml descriptors: "-//JBoss
Portal//DTD Portlet Instances 2.6//EN"</listitem>
+ <listitem>
+ <para>
+ for <filename>-object.xml</filename> descriptors:
<userinput>"-//JBoss Portal//DTD Portal Object 2.6//EN"</userinput>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ for <filename>jboss-app.xml</filename> descriptors:
<userinput>"-//JBoss Portal//DTD JBoss Web Application
2.6//EN"</userinput>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ for <filename>jboss-portlet.xml</filename> descriptors:
<userinput>"-//JBoss Portal//DTD JBoss Portlet 2.6//EN"</userinput>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ for <filename>portlet-instances.xml</filename> descriptors:
<userinput>"-//JBoss Portal//DTD Portlet Instances
2.6//EN"</userinput>
+ </para>
+ </listitem>
</itemizedlist>
- <para>Those files are available in the
<emphasis>jboss-portal.sar/dtd/</emphasis> folder</para>
+</para>
+<para>
+ The files for the DTDs are located in the
<filename>$JBOSS_HOME/server/<replaceable>configuration</replaceable>/deploy/jboss-portal.sar/dtd/</filename>
directory.
+</para>
<sect2>
<title>JBoss Portlet DTD</title>
<para>