gmazza 2003/10/07 13:06:17
Modified:src/java/org/apache/fop/apps XSLTInputHandler.java
Log:
Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624,
submitted by Julien Cervelle).
Revision ChangesPath
1.10 +0 -9 xml-fop/src/java/org/ap
Actually, I'm starting to like InputHandler and am
just cleaning it up for 1.0, new API or no new API.
The only thing else I would like to get rid of in apps
are the Starter classes, if possible, which are
internal anyway. Driver I might have a few minor
simplifications to, but I'm not (current
I thought, we agreed to deprecate stuff in the apps package only, to
maintain backwards-compatibility.
On 31.07.2003 07:14:29 gmazza wrote:
> gmazza 2003/07/30 22:14:29
>
> Modified:src/java/org/apache/fop/apps XSLTInputHandler.java
> Removed: src/java/org/apache/fop/apps TraxInp
gmazza 2003/07/30 22:14:29
Modified:src/java/org/apache/fop/apps XSLTInputHandler.java
Removed: src/java/org/apache/fop/apps TraxInputHandler.java
Log:
XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler
removed. (Retaining XSLTInputHandler because