RE: Setting Package and directory properties in XSLTC

2001-07-17 Thread Gordon Cooke
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

RE: Setting Package and directory properties in XSLTC

2001-07-17 Thread Gordon Cooke
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

How to pass an existing DOM into a document cache....

2001-07-16 Thread Gordon Cooke
. Any help would be appreciated. Gordon Cooke

Setting Package and directory properties in XSLTC

2001-07-16 Thread 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

Translets and Xalan-j_2_2_D6

2001-07-13 Thread Gordon Cooke
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