Bug 49163 - [PATCH] FOP ant task creating *.unk output files for the intermediate output format
Summary: [PATCH] FOP ant task creating *.unk output files for the intermediate output ...
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: PC Windows Vista
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-21 12:24 UTC by Venkat Reddy
Modified: 2012-04-11 03:22 UTC (History)
1 user (show)



Attachments
FOP ant task patch for intermediate format file extensions (609 bytes, patch)
2010-04-21 12:24 UTC, Venkat Reddy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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