<!-- Begin of hidden CSA-RPC form element -->
<!--
 csa-rwadiv.txt: CSA hook for RDF inclusion in HTML forms.

 Copyright (c) 2004,2009 Carlo Strozzi

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

 =====================================================================
-->
<div id="csa-rwadiv" style="display:none;">
<!--
  Note: 'div' is used to make the textarea invisible to graphical browsers,
  while 'rows' and 'cols' set to zero make it (mostly) invisible also
  for textual browsers (tested with Lynx and Links).
  See http://www.mozilla.org/quality/browser/standards/xhtml/transitional/textarea_readonly.xml
  for details regarding the 'readonly' attribute expressed in XHTML format.
-->
<textarea name=".CSA_RWA" rows="0" cols="0" readonly="readonly">
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?>

&lt;!--
 CSA-RPC RDF request message. Note that this is still an experimental
 proposal, as the only official CSA call formats supported so far are
 the usual MIME-based application/x-www-form-urlencoded and
 multipart/form-data.

 The purpose of the CSA-RPC call/response scheme is to make it work
 with any standard Web browser. The fail-safe assumption is that the
 browser can send requests in either application/x-www-form-urlencoded
 or multipart/form-data MIME formats, and read only single-part
 html or xml responses.

 A more suitable MIME type for requests would be multipart/related
 (see RFC 2387), but no browsers, to my knowlegde, support it.
-->

&lt;!-- $Id: csa-rwadiv.txt 49 2009-08-03 15:50:05Z carlo $ -->

 &lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	  xmlns:dc="http://purl.org/dc/elements/1.1/"
	  xmlns:csa="http://www.linux.it/~carlos/csa/"
	  xmlns="http://www.linux.it/~carlos/csa/">

  &lt;rdf:Description rdf:about="#agent">
   &lt;dc:description>Some descriptive text ...&lt;/dc:description>
  &lt;/rdf:Description>

  &lt;!--
  Consistently with the CGI API functionality, call parameters 
  are an unordered collection of ordered (and named) lists.
  -->

  &lt;rdf:Description rdf:about="#call">
   &lt;dc:date>$[CSA_TIME_ISO:x]&lt;/dc:date>

   $[CSA_RDF_ARG2:p]

  &lt;/rdf:Description>

 &lt;/rdf:RDF>
</textarea>
</div>
<!-- End of hidden CSA-RPC form element -->
