Results 1 to 6 of 6

Thread: Use of XSLT

  1. #1
    Join Date
    Dec 2009
    Posts
    37

    Use of XSLT

    Hello friend,

    I am currently studying the concepts of XML. There is one concept which is very strange for me, I am talking about 'XSLT'. I don't have any idea about the functionality of XSLT. I have searched various websites for XSLT, but didn't get enough details. If you posses any knowledge about the XSLT, then please share it with me. I will really appreciate your any help over the concept of XSLT.

  2. #2
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Use of XSLT

    XSLT is nothing but the abbreviation of 'Extensible Stylesheet Language Transformations'. The main objective is the transformation of a document XML to another, or XML dialect (XHTML, XSL, HTML, Etc.). However, the XSLT transformation can also about any other kind of document in text format or in a binary format (although this is not natively provided by the XSLT recommendation). XSLT is based on XPath (another part of the XSL recommendation) to designate a portion of an XML tree.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Use of XSLT

    One of main features of XSLT is to be centered on the data. An XSLT is based on XML, a couple is mandatory and can not create XSLT that loops data path selected by XPath. XPath is a language (not XML) to locate a portion of a document XML. Initially created to provide a syntax and semantics for common functions to XPointer and XSL, XPath has rapidly been adopted by developers as a query language easy to use.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Use of XSLT

    XPath is the query language in elementary XSLT. It determines if a rule template apply (via the attribute Match), And can also be used to extract the contents of the XML document processed by the XSLT program. XSLT is itself an XML dialect. he initial objective is to facilitate the automated exchange of content between Information Systems heterogeneous (interoperability). Numerous automated documentation tools that have emerged with a simple set of XSLT proves the value of XML as description language document format.

  5. #5
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Use of XSLT

    There is a better use of XSLT in XML document. A goal of design was to allow XSLT to transform data from one format to another on a server. He readable data back to all kinds of browsers. To make availability of XML document for to any type of web browser, Thre is need to make transformation of the XML document on the server and send it as XHTML to the browser again. The XML file could be processed using many different XSL style sheets.

  6. #6
    Join Date
    May 2008
    Posts
    2,012

    Re: Use of XSLT

    XSLT is developed to be used independently of XSL. The XSLT is not intended to be used as a transformation language for XML as as the general purpose. A Stylesheet XSL is a file that describes how must be presented (that is to say, displayed, printed, spelled) documents XML based on the same DTD or even schema. XSL (Extensible Stylesheet Language) is the description language stylesheets of W3C associated with XML.

Similar Threads

  1. How to Display XML with XSLT?
    By SKREECH in forum Software Development
    Replies: 4
    Last Post: 02-02-2010, 01:19 AM
  2. Is XSL and XSLT are same
    By Crespin in forum Software Development
    Replies: 3
    Last Post: 21-11-2009, 05:58 AM
  3. problem with xml et xslt
    By manjava in forum Software Development
    Replies: 0
    Last Post: 28-12-2008, 05:26 PM
  4. problem in merging two sequences in xslt
    By - Empty Shell - in forum Software Development
    Replies: 6
    Last Post: 25-10-2008, 05:48 PM
  5. XML ,XSL, XSLT problem
    By MarceloQuad in forum Software Development
    Replies: 2
    Last Post: 25-10-2008, 04:26 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,676,122.73808 seconds with 17 queries