RE: how do i write the asp file to run the xsl/xml files?

Subject: RE: how do i write the asp file to run the xsl/xml files?
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Wed, 24 May 2000 09:59:08 +0100
1. Try temp=XMLDoc.transformNode(XSLDoc). 

2. IE5 XSL does not support <xsl:variable>. You should upgrade as soon as
possible to a more compliant parser.

3. 
> i would like to change the sort-by  in line 109  by a script (the
> querystring contains a sortBy ang i'd like to change the sortBy to the
> queryString)
No way of doing this in pure XSL (IE5); so there are two options:
	- upgrade to MSXML3 (or SAXON or XT), and use the <xsl:param>
method.
	- write the XSL page as an ASP page, and put a Response.ContentType
= "xml/text" at the top.


Having looked a little closer into your XSL, I am amazed that it works at
all - where is your <xsl:stylesheet> declaration?


<?xml version="1.0" encoding="ISO-8859-8"?>
<HTML xmlns:xsl="http://www.w3.org/TR/WD-xsl";>


Ben 


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


Current Thread