Drop the xml serialization. I don't want to send that back as a result. What I do want to do is display a page that now includes the new information which came from this database insert. Does this make sense?

<map:match pattern='comment'>
  <map:generate src="xml/insert_comment.xml"/>
  <map:transform type="sql">
      <map:parameter name="use-connection" value="myconnection"/>
  <map:transform>
  <REDIRECT or something here/>
</map:match>

-Daniel

Geoff Howard wrote:

What would the purpose be of sending xml back as a result and then
redirecting the client?  This "need" keeps coming up when using the
transformers with side effects, of which the sql transformer is one.

Again, why do you need to redirect?  Why not serve them the content
you want them to have right away?

Geoff



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



Reply via email to