Patches for ejen.jar version 1.0:
class ejenConstants.java
Added attribute CTX_DOM_SOURCE_FILE - path of DOM source file.
class EjenSourceNode.java
Added method putInGlobalContext (in method setFile(String)). This method puts DOM_SOURCE_FILE in Global Context.
class EjenTemplateNode.java
Added attribute _outdated. It is true if output file needs to be generated.
Added method setOutdated(String) which sets attribute _outdated.
Added method outdated(String fileName) which checks if source file is newer than output file.
class EjenStylesheetNode.java
Added support Ejen 1.0 to work with Xalan 2.4 (included in jdk 1.4.2)
Transalation relative paths from xsl:import's and xsl:include's href attributes into absolute paths (because of Xalan compatibillity)
Vladimir Ritz Bossicard patches in QueryBuilder.java and TableStatistics.java are included. Many thanks to Vladimir.