will u pls specifie what's the different between XML n XSL
as i m confused alot as xml use to transfer data n XSl 2 n
what's the main purpose of XML y we use XML????
Answers were Sorted based on User's Feedback
Answer / kaushalbhardwaj
* XML stands for EXtensible Markup Language
* XML is a markup language much like HTML
* XML was designed to carry data, not to display data
* XML tags are not predefined. You must define your own tags
* XML is designed to be self-descriptive
* XML is a W3C Recommendation
XSL stands for EXtensible stylesheet language.
XSL is used to transform xml file into any other
file(html,xhtml,vxml).
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / tanuja
XML holds the data or we can say it carries data where as
XSLT transforms the data and converts to other type of file
(say it transforms and converts to html where the user is
able to see the output on web browser)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / dora velu reddy poluru
Data is usualy stored in the XML file, XSLT is used for
transforming/formatting the XML file for display or other
processing.
In general XSLT is a programming language that can
transform one XML format into another XML format or into
HTML or into plain text.
| Is This Answer Correct ? | 3 Yes | 0 No |
Define xml signature?
Do I need an rss feed for podcast?
How do you send an XML document from client to server ?
What is XML Namespace?
Write a program to show literal result element as stylesheet?
What happens if there is no prefix on an element type name?
What is the difference between podcast and blog?
Why xslt is used?
How do I create an xsl file for an xml file?
What is xml handler?
What do xml namespaces actually contain?
What are the different elements contain in xsl:stylesheet?