<?xml version="1.0"?>
<!--
Insert the (optionally transformed) XML document that has been posted in the request into a database table or view. If HTML Form has been posted, then posted XML document is materialized from HTTP request parameters, cookies, and session variables. 
See XSQL Help for further information :  
-->
<xsql:insert-request
	connection="slideshow"
	xmlns:xsql="urn:oracle-xsql"
	table="picture"
	transform="request2rowset.xsl"
/>