Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.1
-
Component/s: o.c.common.xml
-
Labels:None
-
Environment:
Windows, Java 6.
Description
Repeated use of org.crosswire.common.xml.TransformingSAXEventProvider spends a large amount of time in getTemplateInfo() checking the last modification date of the stylesheet.
That is obviously a useful feature if you are developing a stylesheet, but could it be changed to a capability that is disabled by default?
Additionally, the initialisation of the TransformerFactory takes quite a bit of time. Could it change to only being initialised when it is needed?