On Monday 19 September 2005 2:57 pm, Gerry Kaplan wrote:
> Is there a way to set the name of the document that gets created from the
> output of the FOP transformer? I'd like to be able to set it to a
> meaningful name.
>
> Thanks
> Gerry

I assume you have something like:

        <map:pipeline>
            <map:match pattern="*.pdf">
  <map:generate src="a-file.xml" type="file"/>
  <map:transform src="to-fo.xsl"/>
  <map:serialize type="fo2pdf"/>
            </map:match>
        </map:pipeline>

In that case the name of the file should be whatever was specified in the URL. 
If your using the SourceWritingTransformer then you can set it in the 
<source:source></souce:source> tag. If your doing something else perhaps you 
could explain the situation?

Cheers,
Gavin


-- 
This email is: [ ] actionable [x] fyi [ ] social
Response needed: [ ] yes [x] up to you [ ] no 
Time-sensitive: [ ] immediate [ ] soon [x] none


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

Reply via email to