diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-12-09 08:27:01 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-12-09 08:27:01 +0000 |
commit | 5144e1c68b90caa200a4608913c3fa97d96c7a3b (patch) | |
tree | 5573f6e0ad1d375e4f94d2e4ad14832bbba1957d /status.xml | |
parent | c24934a366abc7d3909ad53713d0278b158ed02c (diff) | |
download | xmlgraphics-fop-5144e1c68b90caa200a4608913c3fa97d96c7a3b.tar.gz xmlgraphics-fop-5144e1c68b90caa200a4608913c3fa97d96c7a3b.zip |
The command-line now automatically sets two parameters for any XSLT transformation: "fop-output-format" contains the MIME type of the currently selected output format, "fop-version" contains FOP's version number.
Suggested by: Roland Neilands
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 474d3ed12..10d2df528 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,11 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + The command-line now automatically sets two parameters for any XSLT transformation: + "fop-output-format" contains the MIME type of the currently selected output format, + "fop-version" contains FOP's version number. + </action> <action context="Code" dev="JM" type="fix"> The output file is now deleted when an exception occurs when calling FOP from the command-line. |