You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/02/15 09:01:37 UTC

[Apache Web Services Wiki] Updated: FrontPage/Architecture/Deployment

   Date: 2005-02-15T00:01:37
   Editor: SrinathPerera
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Architecture/Deployment
   URL: http://wiki.apache.org/ws/FrontPage/Architecture/Deployment

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -65,8 +65,9 @@
 === Common constructs ===
 {{{
 <parameter/> ::= <parameter name=”” locked=”xsd:boolean”> xsd:any</parameter>
-<handler/> ::= <handler ref="xs:anyURI" 
-	| (name="xs:anyURI" class="...")>
+
+<handler/> ::= <handler ref="xs:anyURI"> 
+	| <handler (name="xs:anyURI" class="...")>
 	    <order (before="xs:anyURI" after="xs:anyURI") 
 		| phase="xs:anyURI"
 	           phaseFirst="xs:boolean" phaseLast="xs:boolean"/>