Hi Steve,
I've just checked-in the repository the 1.0 version of the XSLT-process package
for XEmacs. I've setup a makefile that builds only the elisp files, without
trying to compile the Java classes.
This minor mode depends on beanshell.el from JDE. However the JDE version is
very old (2.1.9) and the functionality required from beanshell.el by
XSLT-process is not present. I talked to Paul Kinnucan, JDE's author, about
upgrading JDE to a newer version but he seems to be very busy right now to be
able to work on this. I was thinking as an intermediate solution we can only
upgrade the beanshell.el file inside JDE with a newer version, it looks like
there are no other dependencies. Of course, the nicest thing would be for
somebody to do the upgrade to a newer version of JDE.
One issue I found while writing the makefile was that in the REQUIRES variable
you not only have to put the package you depend on, but also all the packages
that package depends on. Am I missing something? If this is the case I believe
we have a problem, because changing one dependency in a base package requires
updates on all the depending packages.
Regards,
Ovidiu