XSL and Javascipt help

wxdqz

New Member
Hi, im kinda stuck.
What I have is an XML document which needs to be displayed in a HTML table, which then can be sorted etc.
I have developed a solution using a few XSLT files, cept i now want to do it using only a single file.
Basically the main problem i have is that i dont think it is possible to have something like this is it:


<script language="javascript" type="text/javascript">
<xsl:comment><![CDATA[ // does this cause the problem
...
document.write('<td><xsl:value-of select="company"/></td>')


because my page is displaying the headers, and the selecting works fine, etc, but the XML bits arent being ripped from the XML file.
Does anyone know how i can do something similar to the above
 
Back
Top