From portal-commits at lists.jboss.org Wed Feb 20 00:45:07 2008 Content-Type: multipart/mixed; boundary="===============4497338467354036088==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r10040 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Wed, 20 Feb 2008 00:45:06 -0500 Message-ID: --===============4497338467354036088== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/xmldescr= iptors.xml Log: minor revisions/rephrasing 6.1. Changes from previous releases Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/x= mldescriptors.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldesc= riptors.xml 2008-02-20 03:19:54 UTC (rev 10039) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldesc= riptors.xml 2008-02-20 05:45:06 UTC (rev 10040) @@ -24,7 +24,7 @@ - If you do not use the DTD declaration, the previous mechanism for XML va= lidation 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 no= t using the DTD, but will be rejected if you are: + If you do not use the DTD declaration, the previous mechanism for XML va= lidation will be used. The DTD is more strict, specifically with the order = of XML elements. The following is an example from a *-object.xml<= /filename> descriptor, which will be valid if you are not using the DTD, bu= t will be rejected if you are: overwrite]]> - The various DTD available are: + + The following DTDs are available: + + - For -object.xml descriptors: "-//JBoss Portal//DTD Port= al Object 2.6//EN" - For jboss-app.xml descriptors: "-//JBoss Portal//DTD JB= oss Web Application 2.6//EN" - For jboss-portlet.xml descriptors: "-//JBoss Portal//DT= D JBoss Portlet 2.6//EN" - For portlet-instances.xml descriptors: "-//JBoss Portal= //DTD Portlet Instances 2.6//EN" + + + for -object.xml descriptors: "-//JBoss= Portal//DTD Portal Object 2.6//EN" + + + + + for jboss-app.xml descriptors: "-//JBo= ss Portal//DTD JBoss Web Application 2.6//EN" + + + + + for jboss-portlet.xml descriptors: "-/= /JBoss Portal//DTD JBoss Portlet 2.6//EN" + + + + + for portlet-instances.xml descriptors: "-//JBoss Portal//DTD Portlet Instances 2.6//EN" + + - Those files are available in the jboss-portal.sar/dt= d/ folder + + + The files for the DTDs are located in the $JBOSS_HOME/server/configuration/deploy/jboss-portal.sar/dtd/ directory. + JBoss Portlet DTD --===============4497338467354036088==--