GeekArticles
XML
Core XMLW3C XSLT Servlet Now Using Saxon XSLT 2.0 Engine
Author: oreillynet.com |
Published: 28th Apr 2006 |
Visited: 102 times |
Add CommentFiled in: Core XMLvia a forward from Dan Brickley to the semantic-web mailing list we learn from Ted Guild:
—
From: Ted Guild
Date: Thu, 27 Apr 2006 10:58:26 -0400
Subject: change of W3Cs XSLT service
We are retiring our XT based service that has been in use since June
of 2000. The Saxon based XSLT 2.0 replacement [1] should be backwards
compatible.
All transformation uris to the old service will be redirected to the
new one, there should be no perceived change. Many of the higher
volume transformations were tested.
[1] http://www.w3.org/2005/08/online_xslt/
– Ted Guild W3C Systems Team http://www.w3.org
—
While there couldn’t be enough good things stated about XT, the original XSLT processor developed by none other than James Clark, the same can be said about Dr. Michael Kay’s Saxon processing engine. Suffice it to say, without the first the others would be less likely to have followed.
A tremendous amount of gratitude to both James Clark and to Dr. Michael Kay for all that they have collectively done to bring about such a marvelous programming language, with full support via two tremendous processors in XT and Saxon respectively.
Also, to Bill Lindsey who has continued to maintain the XT processor, keeping things up-to-date with the latest offerings in regards to EXSLT, JAXP, and TrAX as well as a consistent and ongoing list of fixes and improvements along the way.
Thanks Bill!
Read Article Sponsored Links
Related Articles
• Webkit's SquirrelFish JavaScript Engine Webkit is one of the world’s most powerful frameworks today as it has been used for developing Safari and Safari mobile. Its significance in building these browsers is noted since it minimizes the required bandwidth and processing power to load up the browser and its mobile counterpart. Wh ...
• Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4 In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC applicat ...
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Transforming and Processing XML with XSLT Transforming and Processing XML with XSLT
In the preceding example, you transform XML into HTML directly in your script, wrapping the data extracted from the XML document into appropriate HTML tags. Alternatively, you might perform an XSL (Extensible Stylesheet Language) transformation to get the...
• App Engine Thoughts The App Engine announcement has sparked quite a flurry of reactions. The biggest arguments seem to revolve around ownership versus convenience. This seems very important, but at the back of mind I wonder why XML documents are not more involve ...