| Subject: Re: [xsl] Dynamic processing of xml file using xsl and  javascript (200411/msg00765) From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx> Date: Mon, 31 Oct 2005 18:55:03 +0200 | 
var xslDoc = Sarissa.getDomDocument("Band-Cadet.xsl");This is wrong. If you actually take a look at the API and HOWTOs [1], you'll see that getDomDocument is not doing what you think. The right way is more like
var xslDoc = Sarissa.getDomDocument();
xslDoc.async = true;// optional
xslDoc.load("Band-Cadet.xsl");[1] http://sarissa.sourceforge.net/doc/ [2] https://sourceforge.net/projects/sarissa/
| Current Thread | 
|---|
| 
 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Dynamic processing of xml, Alan Varga | Thread | [xsl] Pass the value for xmlns:sche, Khorasani, Houman | 
| [xsl] Re: XSL:sort dates as numbers, Ninad Tambe | Date | Re: [xsl] XSLT 2.0 : Deployment, JBryant | 
| Month |