Ivelin Ivanov wrote:
>
> Thanks for the nice example.
> It should be part of the users intro doc to Cocoon.

Can't this be simplified?  All references to xsi and xsd should be
removable.  And null values should be collapsable.  What I have in mind is
something like the following:

   <soap:call url="http://api.google.com:80/search/beta2";>
     <g:doGoogleSearch xmlns:g="urn:GoogleSearch">
       <key>GETYOURSELFAKEY</key>
       <q><xsp-request:get-parameter name="q"/></q>
       <start>0</start>
       <maxResults>10</maxResults>
       <filter>true</filter>
       <restrict/>
       <safeSearch>false</safeSearch>
       <lr/>
       <ie>latin1</ie>
       <oe>latin1</oe>
     </g:doGoogleSearch>
   </soap:call>

- Sam Ruby


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to