[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: killing xslt

Subject: RE: killing xslt
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 18 May 2004 09:49:39 +0100
xslt 2.0 engine
> I'm just formulating theme for my PhD thesis. Finally I decided that 
> "Implementing XSLT 2.0 in .NET" will be an interesting one. As am I 
> thinking about this topic, there are several ways to go:
> 
> 1. Automatically translate Java code of Saxon to C# (this is 
> the way you propose)
> 
> 2. On-the-fly translation of XSLT 2.0 stylesheet into XSLT 
> 1.0 + EXSLT + 
> scripts
> 
> 3. Write own XSLT 2.0 engine on the top of XQuery/XPath 
> engine in .NET 
> Framework 2.0
> 
> 4. Write whole XSLT 2.0 engine from scratch
>     - as interpreter
>     - as preprocesor which generates C# code
>     - as direct MSIL code (.NET byte-code) generator
> 

My reaction:

(1) is not innovative enough to qualify for a PhD project (but of course,
it's not for me to judge what the criteria are at your institution)

(2) translating XSLT 2.0 into 1.0 sounds very difficult to do, because of
the differences in the data model and type system.

(3) would be a very interesting project. XQuery uses the same data model and
type system as XSLT 2.0, and has a subset of the functionality, so compiling
an XSLT 2.0 stylesheet into an equivalent XQuery sounds both feasible and
sufficiently challenging.

(4) is probably too big as a typical PhD project, especially as you will
have to do something innovative along the way, e.g. exploring optimisation
techniques.

Michael Kay

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.