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 |
What are the main features of xml?
Do xml namespaces apply to entity names, notation names, or processing instruction targets?
What is difference between xml and html?
How do I find my rss feed url?
What is xml and xsl?
Is xml is a programming language?
If xml does not have closing tag will it work ?
Why is xml extensible?
Explain about non-XML resources?
What is an rss subscription?
What is XML encoding error?
Can I use an attribute default in a dtd to declare an xml namespace?