|
More requested xsl stylesheet help for Findbugs: msg#00073java.findbugs.general
I'm trying to clean up default.xsl. One problem is that for some reason: <xsl:template match="Project"> <p>Project: <xsl:value-of select="@filename"/></p> <p>FindBugs version: <xsl:value-of select="/BugCollection/@version"/ ></p> <p>Code analyzed:</p> <ul> <xsl:for-each select="./Jar"> <li><xsl:value-of select="text()"/></li> </xsl:for-each> </ul> </xsl:template> doesn't seem to be matching any Jar nodes in the xml document. As a result, the output doesn't contain that information, and we get a <ul/> tag, which doesn't validate. Any ideas? Bill
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | fusing line numbers for fb markers in Eclipse plugin, Eugene Kuleshov |
|---|---|
| Next by Date: | RE: Request for help in getting results of FindBugsstylesheets to validate, Etienne Giraudy |
| Previous by Thread: | Request for help in getting results of FindBugs stylesheets to validate, Bill Pugh |
| Next by Thread: | RE: More requested xsl stylesheet help for Findbugs, Etienne Giraudy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |