I need to shape some data for a web client should I use XSLT or ASP.net?
|
|
|||||||||||||||||||
|
closed as not a real question by Neil Butterworth, Bob King, marc_s, olavk, JB King Jul 1 at 21:07 |
|
|
Both XSLT and its component XPath and cousin XQuery are very much alive. There is active development going on for both the Saxon XSLT 2.0 engine, and IBM just announced support for XSLT 2.0 and XPath 2.0. A very healthy mailing list called xsl-list is run by Mulberry Technologies. W3C members, XSLT engine implementors, and developers all contribute regularly there. |
|||
|
|
|
|
XSLT is not dead technology. It is still very alive and well. It all depends on what you are trying to accomplish. You could very well use XSLT with ASP .NET if you wanted to. Say for transforming XML output into XHTML for display. |
||
|
|
|
|
XSLT can run both server-side and client-side. If you're serving XML data, you can do a lot with client-side XSLT stylesheets that transform the XML into XHTML with CSS styling and JavaScript dynamic features. However, because of the difficulty of making it work in every browser and version, I only use client-side XSLT for Intranet apps. |
||
|
|
|
I really like XSLT as it is vendor neutral as well as being easy to do in any .NET language (C#, VB.NET etc) |
||
|
|
|
|
The XslTransform Class is a way to use both as it can be used within ASP.Net using an XSLT. You may need to restate the question if that answer is unacceptable. |
||
|
|
|
|
I wish it was dead :-S |
||||||||
|
