Re: [xsl] URL parameters in xsl

Subject: Re: [xsl] URL parameters in xsl
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Thu, 22 May 2003 10:37:07 +0100
Hi Martin,

> I've tried all your suggestions from a couple of days ago and
> nothing works. I'm really losing sleep over it.

The code that you show in your ASP page won't work because you're
using the wrong kind of DOM objects (MSXML2 rather than MSXML3) and
you're not passing in the uid as a parameter into the stylesheet so
there's no way that the stylesheet can know about it.

The code that Americo sent you should work. If it doesn't, please can
you show us:

  1. the ASP page that you are using (which should be Americo's code)
  2. the XSLT stylesheet that you are using
  3. the XML document that you are processing
  4. the output that you want
  4. the error that you're getting (if you're getting an error) or the
     output that you're getting if you're getting some output but it's
     not the output that you want

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread