-
bacman added the xsldoc-1.5.3.jar file.
2009-05-09 14:17:54 UTC by bacman
-
bacman created the XSLdoc 1.5.3 file release.
2009-05-09 14:17:06 UTC by bacman
-
bacman added the xsldoc-1.5.4.jar file.
2009-05-09 14:14:51 UTC by bacman
-
bacman created the XSLdoc 1.5.4 file release.
2009-05-09 14:04:00 UTC by bacman
-
bacman changed the public information on the XSLdoc project.
2009-05-09 13:58:55 UTC by bacman
-
Logged In: YES
user_id=1402035
there are two projects called xsldoc... Picked the wrong one.
2005-12-11 11:06:52 UTC by jutul
-
$ cd WEB-INF
$ java -cp lib-build/xsldoc.jar
com.maddyhome.tools.xsldoc.Main -sourcepath .. analysis
Constructing Xsldoc information...
Loading source file for stylesheet /analysis/list.xsl...
xsldoc: warning - Cannot find stylesheet /analysis/list.xsl
Loading source file for stylesheet
/analysis/cinclude-xsp.xsl...
xsldoc: warning - Cannot find stylesheet
/analysis/cinclude-xsp.xsl...
2005-12-11 09:12:03 UTC by jutul
-
Logged In: YES
user_id=846246
To tighten up the terminology, the path separator is the
character that delimits items on the PATH; i.e. the
environment variable that is searched for executables /
scripts. This is different on Windows and Unix.
The specific problem here is with file separators, used to
delimit directories in a file name. The assertion that path
handling is hard-coded to...
2005-07-30 23:15:56 UTC by taboozizi
-
You probably already know about this, but v1.3.0 throws
a classloader exception (running xsldoc via
Ant/Antelope). V1.2.5 on the same stylesheets works fine:
java.lang.UnsupportedClassVersionError:
net/bacman/xsldoc/XSLdoc (Unsupported major.minor
version 49.0)
at java.lang.ClassLoader.defineClass0(Native
Method)
at...
2004-11-30 22:26:03 UTC by nobody
-
Running the program on Linux throws always an exception
Exception in thread "main"
java.lang.StringIndexOutOfBoundsException: String index
out of range: -25
at java.lang.String.substring(String.java:1480)
at net.bacman.xsldoc.XSLdoc.createNav(XSLdoc.java:256)
at net.bacman.xsldoc.XSLdoc.main(XSLdoc.java:148)
When I look in the source code I noticed that the
problem may be in handling...
2004-08-25 07:31:57 UTC by atanazy