Thanks Jeff. However it does not work as name is not a variable but an attribute of the XML. Here's what happens when I use $name :
[style] Processing E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\target\checksty le_errors.xml to E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\target\dist\doc \checkstyle\delete-me.html [style] Loading stylesheet E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\doc\styleshe ets\checkstyle-frames.xsl [style] : Fatal Error! org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the name of name Cause: org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the name of name [style] Failed to read stylesheet E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\doc\s tylesheets\checkstyle-frames.xsl [style] Failed to process E:\Vma\Projets\Encours\ICOM\Icom\development\common\java\target\checks tyle_errors.xml I think it may have more to do with the version of Xalan/Xerces that I am using ? This stylesheet is checked in at least 2 places : Ant and Avalon-Excalibur. Thus I imagine it works. However, I've tried to build the checkstyle-report target for these projects with no success either, which is why it may have to do with the versions of my jars ? Any more idea ? Can someone who has succeeded in running it tell me which jars and which version he uses ? Thanks -Vincent > -----Original Message----- > From: Jeff Turner [mailto:[EMAIL PROTECTED]] > Sent: 24 March 2002 21:34 > To: Avalon Developers List > Subject: Re: checkstyle checkstytle-frames.xsl problem > > On Sun, Mar 24, 2002 at 04:29:04PM -0000, Vincent Massol wrote: > ... > > This line (272) is : > > > > <redirect:write file="{$output.dir}/files/{@name}.html"> > > > > If I replace it by : > > > > <redirect:write file="{$output.dir}/files/xxx.html"> > > > > There is no more errors, meaning that {@name} is causing the problem. > > However, I haven't enough knowledge of Xalan and XSL to find out why ? > > Isn't that just a typo? Should be {$name}, referring to a variable. Try > it.. > > --Jeff > > > 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]>