[EMAIL PROTECTED] wrote:
Hi,
I have the following entry in my sitemap:
<map:match pattern="movies/*"> <map:generate type="file src="movies/{1}_info.xml"/> <map:transform type="xslt" src="xml2bt.xsl"/> <map:serialize type="text"/> </map:match>
What I want to do is save the generated file on the server side rather than send it as a serialized stream to the client. Any ideas how I can do that?
Irfan,
Check out the SourceWritingTransformer.
Tony
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
