Bug 49163

Summary: [PATCH] FOP ant task creating *.unk output files for the intermediate output format
Product: Fop - Now in Jira Reporter: Venkat Reddy <vanukuri.venkat>
Component: generalAssignee: fop-dev
Status: NEW ---    
Severity: normal CC: vanukuri.venkat
Priority: P2    
Version: all   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Attachments: FOP ant task patch for intermediate format file extensions

Description Venkat Reddy 2010-04-21 12:24:32 UTC
Created attachment 25327 [details]
FOP ant task patch for intermediate format file extensions

I am using FOPTrunk in Windows environment.
I am trying to generate intermediate format output (*.if.xml extension files) from the input xsl:fo files. I have used the mime type 'application/X-fop-intermediate-format' for the output format mime-type.
below is the example ant task:

<fop format="application/X-fop-intermediate-format" outdir="${outDir}" userconfig="${configfile}"
        messagelevel="${msglevel}" relativebase="true">
       <fileset file="@{filename}"/>
</fop>

All the intermediate format output files generated with *.unk (unknown) extension.

This patch creates the *.if.xml files for the intermediate format output files.
Comment 1 Glenn Adams 2012-04-07 01:44:16 UTC
resetting P2 open bugs to P3 pending further review
Comment 2 Glenn Adams 2012-04-11 03:22:25 UTC
increase priority for bugs with a patch