| David Wang 2007-02-16, 1:18 am |
| Do you and your client have the same msxml4.dll binary in %windir%
\System32 ?
msxml4.dll is 32bit-only and does not ship as a part of any version of
Windows, so you both have to install its Redistributable separately...
and the question is whether you are using the same binary version.
I suspect you are not using the same msxml4.dll as your client, and
either you have fix or the customer has a regression in msxml4.dll.
There have been patches of msxml4.dll.
In which case this issue has nothing to do with ASP, IIS6, VC6, nor
ASP.Net, so take back your claims of a nightmare with that
combination! :-)
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Feb 15, 10:01 am, "Andrew Wan" <andrew_wan1...@hotmail.com> wrote:
>
>
> Sorry, actually it's outputting html fine. However the logic condition
> <xsl:when test="$var = 'here'"></xsl:when> is not working we believe. All
> other text variables are assigned correctly using <xsl:variable> but I
> believe the test is failing on our client IIS but works on our IIS.
>
> Is this a possibility?
|