Received: by 10.224.70.131 with SMTP id d3mr5341823qaj.0.1349359711109; Thu, 04 Oct 2012 07:08:31 -0700 (PDT) Received: by 10.52.29.225 with SMTP id n1mr927710vdh.5.1349359711057; Thu, 04 Oct 2012 07:08:31 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!l8no25029905qao.0!news-out.google.com!e10ni165558057qan.0!nntp.google.com!l8no25029890qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.softwaretools Date: Thu, 4 Oct 2012 07:08:30 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.147.24.138; posting-account=KJyAQAoAAAC90DbVujHSWVpTbg7XESOY NNTP-Posting-Host: 86.147.24.138 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8efdcf84-9c39-4a3a-b582-9984205c68b3@googlegroups.com> Subject: XSLT And Its Uses From: mike67440@yahoo.co.uk Injection-Date: Thu, 04 Oct 2012 14:08:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2310 Xref: csiph.com comp.lang.java.softwaretools:168 XSLT is short for Extensible Style sheet Language Transformations, XSL is a= ctually 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.=20 Typically xslt is used to style web pages and also to determine the style a= nd 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 bro= wser. And so how does xml achieve this?, essentially xml in itself is simply plai= n 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 n= ot system conditional. Composing xml and xslt code can turn out to be complicated, if you would li= ke 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 co= de, and ensure it is error free.