M
Michael
Our web application currently uses MSXML 4.0 to perform XSL
translation of our XML document into HTML which is then delivered to
the client's browser. By specifying the XSL file used for translation
in the XML file, we can simply send the XML document to the client's
browser and have the browser perform the translation for us. This
reduces the amount of processing that must be performed on the server.
I know certain browser versions install MSXML 3.0 by default and that
should not be a problem since we are not doing anything special that
3.0 can't handle. The organization using this web application has a
requirement that users have IE 5.5 or higher.
Can anyone provide pros and cons of doing this and recommend which
approach we should follow?
Thanks,
Michael Levy
translation of our XML document into HTML which is then delivered to
the client's browser. By specifying the XSL file used for translation
in the XML file, we can simply send the XML document to the client's
browser and have the browser perform the translation for us. This
reduces the amount of processing that must be performed on the server.
I know certain browser versions install MSXML 3.0 by default and that
should not be a problem since we are not doing anything special that
3.0 can't handle. The organization using this web application has a
requirement that users have IE 5.5 or higher.
Can anyone provide pros and cons of doing this and recommend which
approach we should follow?
Thanks,
Michael Levy