Is support all d dotnet controls in Xml Xsl?

S

Sala

Hi ExpertS!

I'll create one website in asp.net with c#. If i am using Xml Xsl,
Is support all d controls like asp.net controls? bcos i'll use image
files and video files in this website. So If anybody having exp with
Xml Xsl functionalities Pls help me....
 
K

Kevin Spencer

The first thing you need to do is to find out what XML and XSL are, BEFORE
you decide you want to use them. From your post, it seems that you want to
use them, but you don't know what they are. XSL, for example, is Extensible
StyleSheet Language, and it is used for transforming XML documents from one
format to a different document format. XML is a broad-reaching topic
encompassing hundreds if not thousands of different markup languages, such
as XHTML, XSL, XAML, XSD, and so on. So, there's no answer to your question
as you have asked it. You have not specified what you want to do with these
2 markup languages, other than to say that you want to use them. This is
like asking "I'm building a house. If I use a hammer and a screwdriver, does
using these support all types of lumber?"

All I can do is to send you some links to places you can learn about these
tools. Once you understand how they can be used, then you can decide how,
when and where to use them:

http://msdn.microsoft.com/XML/
http://www.topxml.com/
http://www.topxml.com/xsl/default.asp
http://www.w3.org/XML/
http://www.w3.org/TR/xslt
http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top