|
top
|
 Subject: Worked in ASP doesn't work in ASP.NET Author: Alexander Felberg Date: 17 Feb 2005 10:16 AM
|
Dear Ivan,
Thank you very much for helping me. I should have paid more attention to
your first response. The second version didn't work, but I managed to solve
the problem in the .aspx.cs file. The .xsl file wasn't giving me troubles
at all, as I thought in the beginning.
In my aspx.cs file when I was applying Transform() method, I wrote:
//xslt.Transform(doc, xslArg, writer, null);
instead of:
xslt.Transform(doc, xslArg, writer, resolver);
After I corrected this, the application works properly.
Thank you so much again for your time and great help.
Sincerely,
Alex.
|
|
|