Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > understanding XSLT

Reply
Thread Tools

understanding XSLT

 
 
MichaelRKramer@gmail.com
Guest
Posts: n/a
 
      04-11-2007
Hi,
I'm new to dotnet 2.0, but I'm an expert in asp 3 or classic asp.
Most of my sites are all done with XSLT and ASP which basically writes
XMLs. Now I'm reading about the new cool stuff in visual studio
2005. How does VS 2005 or .net 2.0 work with XSLT's? Is what I've
been doing the best practice or a dumb ass move? Will I not be using
power of 2.0?

Lost programmer

 
Reply With Quote
 
 
 
 
Michael Nemtsev
Guest
Posts: n/a
 
      04-11-2007
Hello ,

http://www.google.com/search?hl=en&q...re&btnG=Search

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

M> Hi,
M> I'm new to dotnet 2.0, but I'm an expert in asp 3 or classic asp.
M> Most of my sites are all done with XSLT and ASP which basically
M> writes
M> XMLs. Now I'm reading about the new cool stuff in visual studio
M> 2005. How does VS 2005 or .net 2.0 work with XSLT's? Is what I've
M> been doing the best practice or a dumb ass move? Will I not be using
M> power of 2.0?
M> Lost programmer
M>


 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      04-11-2007
I'm not sure what you're referring to when you say that your work is "done
with XSLT and ASP which basically writes XMLs." It's much to general of a
statement to interpret in any meaningful way. Also, when you ask "How does
VS 2005 or .net 2.0 work with XSLT's?" you're asking a vague question also,
which, when combined with the first statement, makes the question even
harder to figure out, in terms of what you're asking.

Classic ASP is a procedural server-side technology that handles HTTP
requests for pages with a ".asp" extension, and returns content to the
client in the form of a file stream. ASP.Net 2.0 is a .Net platform,
object-oriented server-side technology that handles HTTP requests for a
number of different types of resources, including a configurable variety of
file extensions, and returns content to the client in the form of a file
stream. So, with ASP.Net, you must think completely differently. You must
think purely in terms of object-orientation rather than procedurally.
ASP.Net is fully object-oriented, and includes event handling in its' model.
ASP.Net and the .Net platform include support for XML in many ways,
including XHTML, XSL, XSD, and a number of other flavors of XML, as well as
native XML support.

Visual Studio 2005 also includes much XML support, including excellent
support for XSLT, which includes the ability to debug XSLT. In addition, you
might want to take a look at the new Microsoft Expression Web Design
program, which is specifically for doing UI design, including ASP.Net, but
does not have the server-side coding and debugging features in Visual
Studio. I use both together, and in fact, the upcoming version of Visual
Studio (code-name "Orcas") uses Expression Web as its' ASP.Net Design UI.

Migrating from Classic ASP to ASP.Net is difficult, but highly rewarding,
and recommended. But expect it to be a steep learning curve.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

<> wrote in message
news: ups.com...
> Hi,
> I'm new to dotnet 2.0, but I'm an expert in asp 3 or classic asp.
> Most of my sites are all done with XSLT and ASP which basically writes
> XMLs. Now I'm reading about the new cool stuff in visual studio
> 2005. How does VS 2005 or .net 2.0 work with XSLT's? Is what I've
> been doing the best practice or a dumb ass move? Will I not be using
> power of 2.0?
>
> Lost programmer
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XSLT, HTML to XML, understanding external Website Arne Pagel XML 0 07-15-2012 03:21 PM
ANN: New low-cost XML Editor, XSLT Editor, XSLT Debugger, DTD/Schema Editor Stylus Studio Java 0 08-03-2004 03:53 PM
xslt alone or xslt/java for static site? ted XML 1 01-26-2004 10:41 AM
Understanding XPath in XSLT tfsquare XML 13 12-05-2003 08:06 PM
[XSLT]Passing values from Javascript to a XSLT variable Benjamin Hillsley XML 3 09-25-2003 04:50 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57