xsl/xml problems
g0es Away
g0esaway at gmail.com
Tue Aug 17 12:23:17 EDT 2004
Well after some more searching in the Nessus-devel archives i found
the anwer to my question. Sorry for the excesive mail. For those who
are curious this is the fix
@@ -386,7 +386,7 @@
</td>
<td class="default" width="80%">
<table border="1" cellpadding="2" cellspacing="1" width="100%">
- <xsl:apply-templates select="./information/data"/>
+ <xsl:value-of select="./information/data"/>
</table>
</td>
</tr>
On Tue, 17 Aug 2004 10:45:11 -0500, g0es Away <g0esaway at gmail.com> wrote:
> I'm currently having difficulty with xsl file that is available on
> cvs. It doesn't seem to fill the "issues and fix column". I have gone
> through the archives for this list and i havne't really found a
> solution. My xml file does have xml-stylesheet so i don't think that
> is the problem. Everything else in the xsl file seems to work fine.
>
> Now for my set up. I'm using nessus version 2.0.9 on an openBSD
> system. I'm converting the .nbe file to an .xml file. I am currently
> doing this becuase I have been switching between .xml and .html while
> i try to figure this out.
>
> Does anyone have any ideas on how i can fix this?
>
More information about the Nessus
mailing list