xsl-list
[Top] [All Lists]

RE: [xsl] Upgrading from server side MSXML to Saxon.Net

2008-05-22 03:11:50
How straightforward is to upgrade from MSXML 4 to Saxon.Net 
in ASP.Net?

All depends. If the application is making heavy use of the MSXML DOM then it
could be a bit of work: Saxon on .NET interoperates with the System.Xml DOM
but not the MSXML DOM. And if the stylesheet makes heavy use of Javascript
then that could create some work. If it's a straightforward transformation
of source and stylesheet both supplied as lexical XML files then there will
be a bit of change to a different API, but it shouldn't be difficult.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>