473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What versions of XSL are supported by what versions of ASP.net?

At the moment, I'm doing some XSLT (1.0) work in ASP.net (1.1).

There's some features I'd like to use that apparently are found in XSLT 2.0.
Does ASP.net 1.1 support XSLT 2? What about ASP.net 2.0?

EXSLT was also mentioned. Does ASP.net support that?

-Darrel
Mar 29 '07 #1
2 2331
darrel wrote:
At the moment, I'm doing some XSLT (1.0) work in ASP.net (1.1).

There's some features I'd like to use that apparently are found in XSLT 2.0.
Does ASP.net 1.1 support XSLT 2? What about ASP.net 2.0?
The XSLT processor in the .NET framework class libaries in .NET 1.1 is
System.Xml.Xsl.XslTransform and supports XSLT 1.0. With .NET 2.0/3.0 the
processor is System.Xml.Xsl.XslCompiledTransform which also supports
XSLT 1.0 only.
If you want to use XSLT 2.0 (which only became a W3C recommendation the
beginning of 2007) then check Saxon on <http://www.saxonica.com/>, it
has a .NET version.
EXSLT was also mentioned. Does ASP.net support that?
EXSLT.NET exists, check <http://www.codeplex.com/MVPXML>.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Mar 29 '07 #2
The XSLT processor in the .NET framework class libaries in .NET 1.1 is
System.Xml.Xsl.XslTransform and supports XSLT 1.0. With .NET 2.0/3.0 the
processor is System.Xml.Xsl.XslCompiledTransform which also supports XSLT
1.0 only.
If you want to use XSLT 2.0 (which only became a W3C recommendation the
beginning of 2007) then check Saxon on <http://www.saxonica.com/>, it has
a .NET version.
>EXSLT was also mentioned. Does ASP.net support that?

EXSLT.NET exists, check <http://www.codeplex.com/MVPXML>.
Thanks, Martin!

-Darrel
Mar 29 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
9
by: Peter Jenkins | last post by:
I needed to implement a "page within a page" and rather than use frames (yecchh) decided to try using the object tag. Flung a test page together, tried it out in IE and Firefox on my PC, it...
8
by: Mary Jane Pronio | last post by:
Any information would be greatly appreciated~~!! Thanks!
7
by: onauc | last post by:
Hi, There are many versions of C and C++ built by many differen companies. So, which version : 1. more easier to learn 2. more easier to remember 3. more easier to debug 4. helps me find...
15
by: XZ | last post by:
Hi everyone, this is really confusing to me: #include <stdio.h> main(int argc, char **argv) { printf("argv = %f\n",(double)atof(argv)); printf("argv = %d\n\n",atoi(argv)); } $ a.out a argv...
3
by: notregister | last post by:
Selected& = Device_Display.ListIndex sometime i do see $ replacing the &, what does it mean also?
133
by: Alan Silver | last post by:
Hello, Just wondered what range of browsers, versions and OSs people are using to test pages. Also, since I don't have access to a Mac, will I have problems not being able to test on any Mac...
9
by: DavidB | last post by:
Hi all I have a script that works perfectly in IE but not in FF. I am sure that the problem is easy to resolve, but I seem to be too dumb to figure it out. <html> <head> <script...
14
by: rohitpatel9999 | last post by:
Hi While developing any software, developer need to think about it's possible enhancement for international usage and considering UNICODE. I have read many nice articles/items in advanced C++...
184
by: jim | last post by:
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone,...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.