Ok, I've found the problem. It wasn't with Xalan but rather with the stylesheet which only works on Unix ...
The reason is my @name is E:\Vma\...... and thus Xalan tries to create the file {$output.dir}/files/E:\Vma\....html, which of course is not valid. Thus, we need to modify the stylesheet to support windows ... I can try but my knowledge of XSLT is limited ... :-) I guess all you guys are running unix, right ? :-) Thanks -Vincent > -----Original Message----- > From: Jeff Turner [mailto:[EMAIL PROTECTED]] > Sent: 24 March 2002 23:54 > To: Avalon Developers List > Subject: Re: checkstyle checkstytle-frames.xsl problem > > Okay, downloaded checkstyle, and it seems to all work on my system, > without xsl modifications. A bunch of javadoc-like HTML files appear in > build/reports/checkstyle/. > > I am using Xalan 2.2.D11, in my $ANT_HOME/lib. To check, add it to your > classpath and do this: > > [jeff@kermit io]$ java org.apache.xalan.xslt.Process -V > >>>>>>> Xalan Version Xalan Java 2.2.D11, <<<<<<< > > With an older version of Xalan, it didn't crash, but didn't output > anything except 'deleteme.html'. > > Btw, you can test the transformation with: > > java org.apache.xalan.xslt.Process -IN build/checkstyle-results.xml -XSL > ../tools/etc/checkstyle-frames.xsl > > > HTH, > > --Jeff > > > On Sun, Mar 24, 2002 at 09:39:52PM -0000, Vincent Massol wrote: > > Thanks Jeff. However it does not work as name is not a variable but an > ... > > > > Anyone has a suggestion ? > > > > Thanks > > > > -Vincent > > -- > To unsubscribe, e-mail: <mailto:avalon-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:avalon-dev- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>