Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.softwaretools > #169 > unrolled thread

XSLT And Its Uses

Started bymike67440@yahoo.co.uk
First post2012-10-04 07:10 -0700
Last post2012-10-04 07:10 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.softwaretools


Contents

  XSLT And Its Uses mike67440@yahoo.co.uk - 2012-10-04 07:10 -0700

#169 — XSLT And Its Uses

Frommike67440@yahoo.co.uk
Date2012-10-04 07:10 -0700
SubjectXSLT And Its Uses
Message-ID<f478b0ba-0aa5-453d-ab2a-224a06307d06@googlegroups.com>
XSLT is short for Extensible Style sheet Language Transformations, XSL is actually a style sheet language for the purpose of xml documents.

So why can you employ XSLT? The simple answer is to be able to enter xml as well as to have the ability to output as any format you like, html, pdf or some other output to meet your requirements.

Typically xslt is used to style web pages and also to determine the style and appearance of website pages by way of changing xml perfectly into a data format that may be interpreted and be able to presented by an internet browser.

And so how does xml achieve this?, essentially xml in itself is simply plain text, which on its own, is certainly certainly not much use, think xml as the suitcase which carries the data, its advantage is as a result that xml is a carrier of the data as well as that it is universal to the magnitude that it can do the job by using any system or application, it is actually not system conditional.


Composing xml and xslt code can turn out to be complicated, if you would like to strengthen on your xml skills, a good (http://www.liquid-technologies.com/xml-editor.aspx) xml editor may possibly assist you to simplify your code, and ensure it is error free.

[toc] | [standalone]


Back to top | Article view | comp.lang.java.softwaretools


csiph-web