I'm trying to embed xsp in an xml document.
A stylesheet extracts it so I can use it in a pipeline like this:

<map:match pattern="somepage.xsp">
  <map:generate src="somepage.xmap"/>
  <map:transform src="get.xsl">
    <map:parameter name="section" value="xsp-section"/>
  </map:transform>
  <map:serialize type="xml"/>
</map:match>

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

Trouble is, when I make changes in the xsp code
I have to save and refresh a random number of times
to get the output to update with the changes.

How can I get it to update on the first reload?

Tim Larson



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

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

Reply via email to