<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                              xmlns:sql="http://apache.org/cocoon/SQL/2.0";
         xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
         extension-element-prefixes="redirect">

  <xsl:template match="/">
<redirect:write file="../webapps/ROOT/file.txt">

< Here put the xsl sentences........like apply templates.....>


</redirect:write>
</xsl:template>
</xsl:stylesheet>

Hello,

I'd like to know which file (and how) I think I have to modify the xconf file in order 
to make this live. I 've seen xalan...jar with a Redirect class, i need the link. 

Thanks a lot

Xavier 



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