Received: by 10.224.31.20 with SMTP id w20mr5342503qac.2.1349359838350; Thu, 04 Oct 2012 07:10:38 -0700 (PDT) Received: by 10.52.29.225 with SMTP id n1mr929674vdh.5.1349359838325; Thu, 04 Oct 2012 07:10:38 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l8no24526645qao.0!news-out.google.com!e10ni165558057qan.0!nntp.google.com!l8no25033268qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.softwaretools Date: Thu, 4 Oct 2012 07:10:38 -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: Subject: XSLT And Its Uses From: mike67440@yahoo.co.uk Injection-Date: Thu, 04 Oct 2012 14:10:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.softwaretools:169 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. 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 c= ode, and ensure it is error free.