|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








