Author: mmcallis
Date: 2008-02-20 23:18:31 -0500 (Wed, 20 Feb 2008)
New Revision: 10056
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
6.1.1. The JBoss Portlet DTD
trying to fix my mess
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-21
03:52:58 UTC (rev 10055)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-02-21
04:18:31 UTC (rev 10056)
@@ -131,7 +131,7 @@
</screen>
</para>
<para>
- Use the <computeroutput><remotable></computeroutput> element
to configure the default behavior of portlets with respect to WSRP exposure: if no value
is given, the value is either the value globally defined at the portlet application level,
or <computeroutput>false</computeroutput>. Accepted values are
<computeroutput>true</computeroutput> and
<computeroutput>false</computeroutput>.
+ Accepted values are <computeroutput>true</computeroutput> and
<computeroutput>false</computeroutput>.
</para>
</listitem>
</varlistentry>
@@ -169,19 +169,18 @@
</session-config>]]>
</screen>
</para>
-</listitem>
-</varlistentry>
-<varlistentry><term><screen><![CDATA[
-<![CDATA[<!ELEMENT distributed (#PCDATA)>]]>
-</screen></term>
-<listitem>
<para>
+<screen><![CDATA[
+<!ELEMENT distributed (#PCDATA)>]]>
+</screen>
+ </para>
+ <para>
The <computeroutput><distributed></computeroutput> element
instructs the container to distribute the session attributes using the portal session
replication. This only applies to local portlets, not remote portlets. Accepted values are
<computeroutput>true</computeroutput> and
<computeroutput>false</computeroutput>. The default value is
<computeroutput>false</computeroutput>.
</para>
</listitem>
</varlistentry>
<varlistentry><term><screen><![CDATA[
-<![CDATA[<!ELEMENT transaction (trans-attribute)>]]>
+<!ELEMENT transaction (trans-attribute)>]]>
</screen></term>
<listitem>
<para>
@@ -199,7 +198,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT trans-attribute (#PCDATA)>]]>
+<!ELEMENT trans-attribute (#PCDATA)>]]>
</screen>
</para>
<para>
@@ -208,7 +207,7 @@
</listitem>
</varlistentry>
<varlistentry><term><screen><![CDATA[
-<![CDATA[<!ELEMENT header-content (link | script | meta)*>]]>
+<!ELEMENT header-content (link | script | meta)*>]]>
</screen></term>
<listitem>
<para>
@@ -216,7 +215,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT link EMPTY>]]>
+<!ELEMENT link EMPTY>]]>
</screen>
</para>
<para>
@@ -224,7 +223,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT script (#PCDATA)>]]>
+<!ELEMENT script (#PCDATA)>]]>
</screen>
</para>
<para>
@@ -232,7 +231,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT meta EMPTY>]]>
+<!ELEMENT meta EMPTY>]]>
</screen>
</para>
<para>
@@ -241,7 +240,7 @@
</listitem>
</varlistentry>
<varlistentry><term><screen><![CDATA[
-<![CDATA[<!ELEMENT service (service-name,service-class,service-ref)>]]>
+<!ELEMENT service (service-name,service-class,service-ref)>]]>
</screen></term>
<listitem>
<para>
@@ -271,7 +270,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT service-name (#PCDATA)>]]>
+<!ELEMENT service-name (#PCDATA)>]]>
</screen>
</para>
<para>
@@ -279,7 +278,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT service-class (#PCDATA)>]]>
+<!ELEMENT service-class (#PCDATA)>]]>
</screen>
</para>
<para>
@@ -287,7 +286,7 @@
</para>
<para>
<screen><![CDATA[
-<![CDATA[<!ELEMENT service-ref (#PCDATA)>]]>
+<!ELEMENT service-ref (#PCDATA)>]]>
</screen>
</para>
<para>