[xsl] using trax to write files

Subject: [xsl] using trax to write files
From: Daniel Schaedler <lists@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 19 May 2006 12:01:24 +0200
Hi

To generate a text-properties files we use a XSLT transformation. So far we used Ant/Xalan which works fine. Now I'd like to change to trax as XSLT-Engine (preferred for Maven2). Unfortunately I could't find out how to write the files
can someone point me in the right direction?


right now the XSL looks like:
***
...
<xalanredirect:write file="{$filename}">
  <xsl:copy-of select="$content"/>
</xalanredirect:write>
...
***

now I'm looking for the synonym of "xalanredirect" for trax...

thanks & best regards
Daniel

Current Thread