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 is atom 1.0 standard?
What is difference between xsd and dtd?
2 Answers Accenture, Penta Pearl,
Can you walk us through the steps necessary to parse XML documents?
What are the parts in which template gets defined?
What is xml vs html?
What is an xml node?
Can you use the xslt to convert html into vxml? : xslt
How to use filtering function in XSLT?
Who created xml?
How do I make an xml file readable?
Define complex element?
Define the basic xml rules?