https://issues.apache.org/bugzilla/show_bug.cgi?id=49163
Summary: [PATCH] FOP ant task creating *.unk output files for
the intermediate output format
Product: Fop
Version: all
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=25327)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25327)
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.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.