raphael 2002/11/15 09:18:52
Modified: docs/site registry_syntax.html
Log:
Add "style" attribute to Portlet parameter DTD
Revision Changes Path
1.3 +2 -2 jakarta-jetspeed/docs/site/registry_syntax.html
Index: registry_syntax.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/docs/site/registry_syntax.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- registry_syntax.html 15 Nov 2002 15:50:33 -0000 1.2
+++ registry_syntax.html 15 Nov 2002 17:18:52 -0000 1.3
@@ -325,7 +325,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" >
@@ -760,7 +760,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>