Hi,

i like to receive a post input stream with the following sitemap
definitions:
     <map:match pattern="request">
       <map:generate type="stream">
         <map:parameter name="form-name" value="msg"/>
       </map:generate>
       <map:serialize type="xml"/>
     </map:match>
This works ok.
The input will contain some xml-data with a dtd.
Is it possible to get this input parsed again the dtd?
How can i track down any errors if the input is not valid?
After parsing the input, i like to transform it with some
xslt-stylesheets, how do i have to configure the sitemap for this?

-- 
Best regards,
 Michael



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to