In trying to run the sample code that comes with the xalan dist:
java JAXPTransletOneTransformation
Exception in thread "main"
javax.xml.transform.TransformerFactoryConfigurationError:
java.lang.ClassNotFoundException:
org.apache.xalan.xsltc.runtime.TransformerFactoryImpl
at
javax.xml.tr
In the 2.2d6 release in the TransformerFactoryImpl, there is still a check
for the "transletPool" system property. I am now confused on whether this
is in use or not. I am using it to make sure that all my translets end up
in the same directory (so the can be picked up in the classpath, although
.
Any help would be appreciated.
Gordon Cooke
I need to be able to set the packagename and destination directories, at
runtime, for all of the xsl documents that we compile. THe accessor methods
for the properties are defined as private. I am wondering if there is a
reason for this and what impact making them public would have. As it stands
Hey folks,
I am realtively new to xalan. I would be looking for these answers in the
archives but they don't seem to be working. I am sorry if these questions
have already been answered...
there are a couple of features in the 2.2d6 release thar I am interested in.
The first and foremo