Eric,

The epilogue is global to all pages with a view attribute. You can bypass the epilogue 
by creating a page with a model only. In that case, you have to make sure that your 
pipeline ends with a serializer (xml, html, text, etc...).

Julien

-----Original Message-----
   >From: "Eric van der Vlist"<[EMAIL PROTECTED]>
   >Sent: 9/8/04 10:01:03 PM
   >To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]>
   >Subject: [orbeon-user] How to escape and/or control the behavior of the MVC model
     >Hi,
   >
   >I have just started playing with the Presentation Server and I have a
   >couple of newbie questions...
   >
   >Let's say I have started with this simple configuration:
   >
   ><config>
   >  <page path-info="/login" model="login/model.xpl"
   >view="login/view.xml"/>
   >  <page path-info="/search" model="search/model.xpl"
   >view="search/view.xml"/>
   >  <epilogue url="epilogue.xpl"/>
   ></config>
   >
   >As far as I understand, the epilogue is global to my site and will be
   >applied to any output.
   >
   >How can I "escape" this epilogue to serve, for instance, a result as raw
   >XML?
   >
   >This is done to send RSS documents in one of your samples, but I am not
   >sure which of the many features you are using in that sample triggers
   >the epilogue out...
   >
   >Also, how can I control the MVC model to send a 201 HTTP answer code
   >with its corresponding location to a POST request? 
   >
   >Thanks,
   >
   >Eric
   >-- 
   >Rendez-vous a Montreal (Extreme Markup Languages).
   >                                   http://www.extrememarkup.com/extreme/
   >Upcoming XML schema languages tutorial:
   > - Portland   -half day-   (27/07/2004)        http://masl.to/?E6ED13728
   >------------------------------------------------------------------------
   >Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
   >(ISO) RELAX NG   ISBN:0-596-00421-4 http://oreilly.com/catalog/relax
   >(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
   >------------------------------------------------------------------------
   >
   >
   >
   >-------------------------------------------------------
   >This SF.Net email is sponsored by BEA Weblogic Workshop
   >FREE Java Enterprise J2EE developer tools!
   >Get your free copy of BEA WebLogic Workshop 8.1 today.
   >http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
   >_______________________________________________
   >orbeon-user mailing list
   >[EMAIL PROTECTED]
   >https://lists.sourceforge.net/lists/listinfo/orbeon-user
   >



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to