answersLogoWhite

0


Best Answer

XML is a language used to store data. XSLT is a language which is used to transform XML into other XML.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between xslt and xml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the output of a XSLT processor?

The output of an XSLT processor is a set of instructions that dictate how to display the XML data.


Distinguish between XSL and CSS with XML?

If you wish to style an element within XML you will need to use XSL and XSLT, CSS is commonly used for HTML and other languages other than XML data.


What kind of a language is XSLT?

XSLT is an abbreviation for EXtensible Stylesheet Language and is used to convert information into another document and to convert it to another XML-document.


How do you generate xslt using vbnet?

The best approach is to put the fixed content in an XML file, and transform it using XSLT to generate the dynamic content.


What is XSLT?

XSLT is a language for transforming XML documents into XHTML documents or to other XML documents.


Why xml is not a replacement for HTML?

XML isn't a true language. XML is, instead, a set of standards used to create new languages. Because an XML documents author can make-up whatever tags and attributes she wants, browsers would find it difficult arriving at a standard means of displaying them. You can use XML and XSLT to create HTML-like documents from XML documents. It works fairly well. But the styles contained in XSLT are often much more complex, because there's no base display properties in the browser that an author can rely on.


What is difference between XML property and XML dimension?

The xml property returns the XML of a node and its descendants.Dimension is a type used for a variety of purposes for defining values


How can XSLT help with document transformation?

XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents, or other objects such as HTML for web pages, plain text or into XSL Formatting Objects which can then be converted to PDF, PostScript and PNG.The original document is not changed; rather, a new document is created based on the content of an existing one.


What are the various versions of XSLT?

Type your XSLT is a complete high-level language for manipulating XML documents in the same way that SQL is a high-level language for manipulating relational tables. It's important to understand that it's much more than just a styling language, and that it's vastly more powerful than CSS (or even CSS2).I have already seen applications in which all the business logic is coded in XSLT. In one three-tier online banking system I looked at:All the data was retrieved from the back-end operational systems in the form of XML messages.The account data for a user was represented for the duration of an online session in the form of an XML DOM in memory.All information destined for the user was first packaged as an XML message, then converted to HTML by means of an XSLT transformation carried out either on the server or the client, depending on the capabilities of the browser.The data for this application was all in XML, and the logic (including data access logic, business logic, and presentation logic) was all implemented in XSLT. I'd be frightened of recommending every project to adopt that architecture, but it has a lot going for it, and I think we'll see more systems like that in the years to come.As a programming language, XSLT has many features -- from its use of XML syntax to its basis in functional programming theory -- that are unfamiliar to the average Web programmer. That means there is a steep learning curve and often a lot of frustration. The same was true of SQL in the early days, and all that this really proves is that XSLT is radically different from most things that have gone before.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


What has the author Sal Mangano written?

Sal Mangano has written: 'XSLT cookbook' -- subject(s): XML (Document markup language), XSLT (Computer program language) 'Mathematica cookbook' -- subject(s): Functions of complex variables, Mathematica (Computer file), Mathematical analysis


What is the full from xslt?

xslt stands for extensible stylesheet language transformations. and xslt debugger can be sued to work with and debug xslt.