RE: [xsl] add new line to an html table with xsl

Subject: RE: [xsl] add new line to an html table with xsl
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 18 Mar 2003 14:46:14 +0200
> the button is just a way to call some service on the server 
> or the client (??) that returns the document with a new row.
> but the pb is that i would like to add the new line 
> dynamically i dont want to make a refresh of the page
> is it possible

Write ECMAScript that transforms the current document object using your XSLT and then replace it with the generated document. But I suggest you forget about XSLT in this case, and just add the row directly to the DOM document, into the correct node.

Cheers,

Jarno - VNV Nation: Burnout


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread