Actions
Patch #1415
closedAllow String for http://saxon.sf.net/feature/traceListener
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Internals
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1557929
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: menteith
The value used for setting the
http://saxon.sf.net/feature/traceListener attribute of
net.sf.saxon.TransformerFactoryImpl currently has to be
an object that implements TraceListener.
However, if setting attributes for Saxon with the
and sub-elements of Ant's xslt
task, the best you can do is set the value to be a String.
The attached patch attempts treats a String value as a
class name and attempts to instantiate and use an
object of the specified class.
Files
Please register to edit this issue
Actions