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 |
How do I use graphics in xml?
What happens when an xml namespace declaration goes out of scope?
Why xml parser is used?
How to use filtering function in xslt? : xslt
What is Assync in XML api which version of XML parser u worked with ?
How can I validate an xml document that uses xml namespaces?
Can excel open xml files?
Can I encode mathematics using XML?
Why would you use xml?
What is xpath descendant?
Can I (and my authors) still use client-side inclusions?
How to use element in xslt?