Project

Profile

Help

Classic ASP and Saxon?

Added by Anonymous almost 18 years ago

Legacy ID: #3796710 Legacy Poster: Y3AGO (yeago)

Does anyone know which installation I should use? Also, is there an example somewhere of how the transformation syntax changes? ie: set xml = Server.CreateObject("MSXML2.DOMDocument.3.0")


Replies (1)

RE: Classic ASP and Saxon? - Added by Anonymous almost 18 years ago

Legacy ID: #3796774 Legacy Poster: Michael Kay (mhkay)

There is information about how to install Saxon under either .NET or Java at http://www.saxonica.com/documentation/index/intro.html - the choice is up to you, and largely depends on what other software you are using. Saxon has its own API. The API for the Microsoft processors is unfortunately defined in terms of concrete class rather than abstract interfaces, so it was not possible for Saxon to emulate it. You can find information about both the Java and .NET APIs via the link above.

    (1-1/1)

    Please register to reply