472,975 Members | 1,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Future XSLT/XPath features in .NET Framework

In effort to prioritize our goals we composed the list of random features
each of them may add value to set of XSLT tools offered from Microsoft.

1. XSLTc (Compiler for XSLT stylesheets, that generates .NET
assemblies)

2. Performance improvements in the XslCompiledTransform

3. Compilation XSLT to JScript (like AjaXslt)

4. Compilation XSLT to C++

5. XSLT 2.0 in the XslCompiledTransform

6. XSLT 2.0 in the MSXML

7. XPath 2.0 in the Select() methods of XPathNavigator/XmlDocument

8. XQuery processor in .NET Framework

9. Current Node Highlighting (in the source document on each
XsltDebugger step)

10. Data Breakpoints (Ability to put breakpoints in the source document to
break when this node becomes current for any
xsl:for-each/xsl:apply-templates instruction)

11. Profiling (Ability to profile XSLT execution with VS tools)

12. XPath Visualizer/Search (Ability to use XPath in the Find/Replace
dialog in the XmlEditor)

13. Extend expression evaluator in the XsltDebugger with support to XSLT
functions (document(), key(), :) and script functions

14. Intellisense in XPath expressions in the XmlEditor

15. Stepping through match patterns while evaluating xsl:apply-templates

16. Other _________________________

We'd be happy to hear your opinion. I'll post back the results in two weeks.

Please send your wishes and suggestions to sd*******@mailnull.com.

Thanks.

Sergey Dubinets
Aug 8 '06 #1
1 2339
Sergey

Well I could give my boss' usual answer to such questions, "all of them".

My own priorities would be -
Must haves:
1. XSLTc (Compiler for XSLT stylesheets, that generates .NET
assemblies)
5. XSLT 2.0 in the XslCompiledTransform
7. XPath 2.0 in the Select() methods of XPathNavigator/XmlDocument

Should haves:
2. Performance improvements in the XslCompiledTransform
6. XSLT 2.0 in the MSXML (Plus signature support and an announcement
of support etc. for COM XML development)
8. XQuery processor in .NET Framework
11. Profiling (Ability to profile XSLT execution with VS tools)

Could haves:
3. Compilation XSLT to JScript (like AjaXslt)
4. Compilation XSLT to C++
12. XPath Visualizer/Search (Ability to use XPath in the Find/Replace
dialog in the XmlEditor) Currently using DonXML's gadget
14. Intellisense in XPath expressions in the XmlEditor

Would like:
9. Current Node Highlighting (in the source document on each
XsltDebugger step)
10. Data Breakpoints
13. Extend expression evaluator in the XsltDebugger with support to XSLT
functions (document(), key(), :) and script functions
15. Stepping through match patterns while evaluating xsl:apply-templates

But ask me tomorrow and my priories may have changed :)

--

Joe Fawcett (MVP - XML)

http://joe.fawcett.name
"Sergey Dubinets" <sd**@NoSpam.Microsoft.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
In effort to prioritize our goals we composed the list of random features
each of them may add value to set of XSLT tools offered from Microsoft.

1. XSLTc (Compiler for XSLT stylesheets, that generates .NET
assemblies)

2. Performance improvements in the XslCompiledTransform

3. Compilation XSLT to JScript (like AjaXslt)

4. Compilation XSLT to C++

5. XSLT 2.0 in the XslCompiledTransform

6. XSLT 2.0 in the MSXML

7. XPath 2.0 in the Select() methods of XPathNavigator/XmlDocument

8. XQuery processor in .NET Framework

9. Current Node Highlighting (in the source document on each
XsltDebugger step)

10. Data Breakpoints (Ability to put breakpoints in the source document
to break when this node becomes current for any
xsl:for-each/xsl:apply-templates instruction)

11. Profiling (Ability to profile XSLT execution with VS tools)

12. XPath Visualizer/Search (Ability to use XPath in the Find/Replace
dialog in the XmlEditor)

13. Extend expression evaluator in the XsltDebugger with support to XSLT
functions (document(), key(), :) and script functions

14. Intellisense in XPath expressions in the XmlEditor

15. Stepping through match patterns while evaluating xsl:apply-templates

16. Other _________________________

We'd be happy to hear your opinion. I'll post back the results in two
weeks.

Please send your wishes and suggestions to sd*******@mailnull.com.

Thanks.

Sergey Dubinets


Aug 9 '06 #2

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

Similar topics

2
by: dado0583 | last post by:
Hi, I'm currently writing an XSLT Editor tool as part of a university project. I would like to know what those of you that use XSLT look for in an XSLT editor. Currently, the main features will...
0
by: Jay Allard | last post by:
Hello I posted this in the vb.net group on the 2/25/2004, but didn't get any response. Here's attempt 2. Does anyone know of a more appropriate place to post this? One new piece of...
4
by: Anders Borum | last post by:
Hello! With XSLT 2.0 in the pipeline at the W3 consortium, I'm wondering if Microsoft is planning to support it with the next release of the .NET framework? It sure looks like a promising set of...
3
by: Ian Roddis | last post by:
Hello, I want to embed SQL type queries within an XML data record. The XML looks something like this: <DISPLAYPAGE> <FIELD NAME="SERVER" TYPE="DROPDOWN"> <OPTION>1<OPTION> <OPTION>2<OPTION>...
1
by: Oleg Paraschenko | last post by:
Hello, those who are still interested in "lisp vs xml" and "xml is a poor copy of s-expressions" issues, might find my recent writings interesting: Towards s-expression based XPath/XSLT...
2
by: bllfrnch | last post by:
Hi all, We use XSLT extensively here at work and made the jump to XSLT 2 back in January. Doing so increased productivity by leaps and bounds. Before we made the switch, we were often doing...
51
by: Jon Harrop | last post by:
If Microsoft turn F# into a product and place it alongside C# and VB, will many people migrate from C# to F#? -- Dr Jon D Harrop, Flying Frog Consultancy http://www.ffconsultancy.com/products/?u
2
jkmyoung
by: jkmyoung | last post by:
Here's a short list of useful xslt general tricks that aren't taught at w3schools. Attribute Value Template Official W3C explanation and example This is when you want to put dynamic values...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...

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.