This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]