S
SDM
I need to create a stylesheet to allow the querystring in my attribute links
to format as:
<TD<A href='IQNet.asp?f=2&t=3'>Choice 1</A></TD>
not
<TD<A href='IQNet.asp?f=2&t=3'>Choice 1</A></TD>
I can't put an XSLT tag inside an HTML tag so <xsl:text
disable-output-escaping="yes"> won't cut it.
Everything I've read says that the & should work fine in this manner.
However I can't get my IIS applications using ASP to work properly.
Using ASP,
the request.querystring() function will return f=2&t=3,
the request.querystring("f") will return 2, and
the request.querystring("t") will return nothing.
Since the application works fine using a simple ampersand I have to assume
that ASP just doesn't support what I wan't to do.
Any thoughts (besides tossing IIS)?
Thanks...
Scott
to format as:
<TD<A href='IQNet.asp?f=2&t=3'>Choice 1</A></TD>
not
<TD<A href='IQNet.asp?f=2&t=3'>Choice 1</A></TD>
I can't put an XSLT tag inside an HTML tag so <xsl:text
disable-output-escaping="yes"> won't cut it.
Everything I've read says that the & should work fine in this manner.
However I can't get my IIS applications using ASP to work properly.
Using ASP,
the request.querystring() function will return f=2&t=3,
the request.querystring("f") will return 2, and
the request.querystring("t") will return nothing.
Since the application works fine using a simple ampersand I have to assume
that ASP just doesn't support what I wan't to do.
Any thoughts (besides tossing IIS)?
Thanks...
Scott