Subject: RE: XML/XSL and ASP/IIS
From: "Britt, James" <james.britt@xxxxxxx>
Date: Sat, 5 Jun 1999 08:40:48 -0700
|
Are you doing this in VBScript? I've found that when you
try to have one ASP call another ASP in VBScript, it blocks.
It works fine, though, with JavaScript.
James
> -----Original Message-----
> From: Steven Livingstone [mailto:s.livingstone@xxxxxxxxxxxxxx]
> Sent: Saturday, June 05, 1999 2:16 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: XML/XSL and ASP/IIS
>
>
> Hi there - well, I've tried this with half success/half failure.
>
> I I run the file below, low.xsl, directly from a web page,
> and after having
> mapped it's MIME type to the asp.dll, then I can do everything as I
> expected.
>
> However, when I use the following in my asp page,
>
> strOutput = objXML.transformNode(objXSL)
>
> I am unable to get any response back in strOutput. I don't
> know what the
> problem is as I would still expect the .xsl file to be parsed
> by asp.dll and
> the resuting page to be returned - as soon as I take the ASP
> stuuf out of
> the low.xsl file, everything works using strOutput =
> objXML.transformNode(objXSL).
>
> What am I doing wrong, or is there a better/another way to do this?
>
> Thanks
> Steven
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: XML/XSL and ASP/IIS, (continued)
- Jonathan Borden - Thu, 3 Jun 1999 12:55:57 -0400
- Kay Michael - Fri, 4 Jun 1999 12:02:52 +0100
- Steven Livingstone - Sat, 5 Jun 1999 10:16:07 +0100
- Britt, James - Sat, 5 Jun 1999 08:40:48 -0700 <=
- Steven Livingstone - Sat, 5 Jun 1999 17:15:10 +0100
- Steven Livingstone - Sat, 5 Jun 1999 17:16:06 +0100
- Steven Livingstone - Sat, 5 Jun 1999 18:52:00 +0100
- Wilson, James.W - Wed, 9 Jun 1999 06:03:43 -0500
|
|