I am attempting to use the pipeDocument extension element. I was pleased to find it among the recent Xalan extensions. It's exactly what I need, but I haven't made it work for me yet.
The stylesheets I am using to study this are simple implementations of the example at http://xml.apache.org/xalan-j/extensionslib.html#pipedocument. My stylesheets that include pipeDocument result in the following error message: java.lang.ClassNotFoundException: org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:135) at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:268) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:624) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1079) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1057) at org.apache.xalan.xslt.Process.main(Process.java:875) <?xml version="1.0" encoding="UTF-8"?> I am running the Java 2 SDK 1.4 (beta 2) on Windows 2000 Professional with the 11/30/2001 versions of the jar files from xalan-j_2_2_D14-bin.zip. Any ideas what the problem might be? Which jar files should I have in the classpath? I have considerable experience with markup languages, but I'm not a Java programmer. I don't know how to interpret some of the error messages I see. - Gene Roske [EMAIL PROTECTED]
