Sha256: c081566535d7ddfef6a8d9be1e1259e94203b20ed8b567e93b6887f40b19a6b9

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

<!--
This is the DTD for the Display parameters for Liferay Portal.

<!DOCTYPE display PUBLIC
	"-//Liferay//DTD Display 6.0.0//EN"
	"http://www.liferay.com/dtd/liferay-display_6_0_0.dtd">
-->

<!--
The display element is the root of the deployment descriptor that describes how
portlets are categorized and displayed for users to choose when personalizing a
page in Liferay Portal.
-->
<!ELEMENT display (category*)>

<!--
The category element organizes a set of portlets. A portlet can exist in more
than one category.
-->
<!ELEMENT category (category*, portlet*)>

<!--
The name of a category is mapped to the portal's Language properties. If the
category name is "test", then the key in the portal's resource bundle will be
"category.test".

See:

http://www.liferay.com/page/guest/documentation/development/languages
-->
<!ATTLIST category
	name CDATA #REQUIRED
>

<!--
The portlet element represents a portlet.
-->
<!ELEMENT portlet (#PCDATA)>

<!--
The id must match the unique portlet-name specified in portlet.xml.
-->
<!ATTLIST portlet
	id CDATA #REQUIRED
>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
caterpillar-1.4.4 test/dtd/liferay-display_6_0_0.dtd
caterpillar-1.4.3 test/dtd/liferay-display_6_0_0.dtd
caterpillar-1.4.2 test/dtd/liferay-display_6_0_0.dtd
caterpillar-1.4.1 test/dtd/liferay-display_6_0_0.dtd
caterpillar-1.4.0 test/dtd/liferay-display_6_0_0.dtd
caterpillar-1.3.1 test/dtd/liferay-display_6_0_0.dtd