
What JDK or JRE is required for Xsldoc?You must use JDK/JRE version 1.2 or later. This is because Xsldoc makes use of the Collections Framework. This was introduced in Java 2.Are there any other doclets available?None at this time. If you do write one, please let us know by sending a message to xsldoc-dev@xsldoc.org.My information in directory.html
doesn’t appear anywhere. Where is it?Make sure you are documenting directories and not individual files. For example, you should do
java com.maddyhome.tools.xsldoc.Main dirname
instead of
java com.maddyhome.tools.xsldoc.Main dirname/*.xsl