Hello all! Not knowing much about Java, I need help running James'
demonstration of the experimental implementation of filters. I'm wondering
if I can implement my post process using a filter on the result tree (since
essentially that is what I'm doing in DSSSL).
I'm currently using:
jre -cp "%jclark%xt.jar;%jclark%sax.jar;%jclark%xp.jar"
com.jclark.xsl.sax.Driver %1 %2 %3
... with my environment variable set as:
SET JCLARK=p:\jclark\
and it's not finding the java source file:
P:\jclark\demo>xsl regexp.xml regexp.xsl t:\j t
Symantec Java! JustInTime Compiler Version 3.00.029(i) for JDK 1.1.x
Copyright (C) 1996-98 Symantec Corporation
file:/P:/jclark/demo/regexp.xsl:4: could not find class "Regexp"
I then changed the invocation to include the classpath directory in which
the ".java" file is found, but that didn't work either.
Can anyone share a filter example illustrating the manipulation of nodes?
I need to examine and discard nodes from a result tree I pass to the filter.
Thanks!
....... Ken
--
G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/
Training: http://www.CraneSoftwrights.com/s/schedule.htm
Resources: http://www.CraneSoftwrights.com/s/resources.htm
Shareware: http://www.CraneSoftwrights.com/s/shareware.htm
Next XSL Training (see training link): WWW8 - 1999-05-11
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|