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 |
Do I have to know html or sgml before I learn xml?
What are the element naming conventions in XML ?
What is xml file in asp net?
What is xslt example?
Briefly explain the xml spy 2005 multitool.
What is xml document system?
What is targetnamespace?
Difference between XML and HTML?
How do I open an xml file in internet explorer?
What is xml tag library?
What are the parts in which template gets defined?
How do I change a text file to xml?