On Mon, 2 Jul 2001, Rob S. wrote:
> > We've started writing some new docs in XML (catalina/docs/dev/xdocs). The
> > HTML generation is done with XSL, but the DTD should be the same
> > as the one
> > used by Anakia.
>
> I noticed the xdocs directory, but I didn't see anything in there. I sent
> Craig an email about it a week ago, but haven't heard back from him.
Just got back from vacation last night. If I'd read your email a week
ago, I'd have been in ***big*** trouble with my wife :-).
> Am I
> doing something wrong? (re: CVS, not emailing Craig =)
>
There are currently eight XML files in the "catalina/docs/dev/xdocs"
directory. They aren't transformed by the standard build process, because
the current use of <style> was temporary -- until a decision was made on
what transformation tool was going to be used.
To generate the corresponding HTML files, execute the following:
cd $JAKARTA_TOMCAT_40_HOME/catalina
ant dev-doc
and the generated files will be in
$JAKARTA_TOMCAT_40_HOME/build/dev-doc/
You'll need to make sure that you have Ant's "optional.jar" file in
$ANT_HOME/lib, and all three JAXP/1.1 JAR files as well (replacing the
"jaxp.jar" and "parser.jar" that were already there).
> - rob "web cvs weenie" slifka
>
>
Craig