raphael 2002/11/15 09:18:34
Modified: xdocs registry_syntax.xml
Log:
Add "style" attribute to Portlet parameter DTD
Revision Changes Path
1.4 +2 -2 jakarta-jetspeed/xdocs/registry_syntax.xml
Index: registry_syntax.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/registry_syntax.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- registry_syntax.xml 15 Nov 2002 15:44:33 -0000 1.3
+++ registry_syntax.xml 15 Nov 2002 17:18:34 -0000 1.4
@@ -116,7 +116,7 @@
<!ATTLIST parameter
name CDATA #REQUIRED
value CDATA #REQUIRED
- type (int | boolean | string | list) "string"
+ type (int | boolean | string | list | style ) "string"
cachedOnName ( true | false ) "false"
cachedOnValue ( true | false ) "false" >
@@ -305,7 +305,7 @@
<!ATTLIST parameter
name CDATA #REQUIRED
value CDATA #REQUIRED
- type (int | boolean | string | list) "string" >
+ type (int | boolean | string | list ) "string" >
<!ELEMENT media-type EMPTY>
<!ATTLIST media-type
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>