I need to execute an xsp page without a stylesheet. this file is used for
redirecting the client to a particular page 

i tried 

<map:match pattern="valid.xml">
        <map:generate type="serverpages" src="valid.xsp"/>
        <map:serialize src="xml"/>
</map:match>

and 

<map:match pattern="valid.xml">
        <map:generate type="serverpages" src="valid.xsp"/>
        <map:serialize type="xml"/>
</map:match>


and the browser throws document contained no data. 
how do i tell cocoon to process this file without the stylesheet?
------------------------------------------------------------------------
//////|  Dwayne A. Kemp     ////////                                   |
////////| [EMAIL PROTECTED] ////   "if the gospel be hid it is hid  |
//////////| 732 932 3938    //////       to those that are lost"       |
////////////| Programmer  ///////                                      | 
_______________________________________________________________________|


---------------------------------------------------------------------
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