Results 1 to 4 of 4

Thread: Is XSL and XSLT are same

  1. #1
    Join Date
    Nov 2009
    Posts
    3,017

    Is XSL and XSLT are same

    Hi,
    Does XSL and XSLT are same. If not then what is the actual difference between them. What I have figure out that both provides similar outputs. So I do not think that there is much difference between them. Also what is exactly does XSLT processor means. I am looking for a proper definition of XSLT processor. I think it refers to the upcoming versions. Thanks in advance.

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

    Re: Is XSL and XSLT are same

    It is necessary for your to understand different about the different terms in XML like node () selects all types of nodes, namely those of type element (tags), attributes, text nodes (tag content also with selectable text ()), reviews (also selectable with comment (), instructions treatment (also selectable with processing-instruction ()) and the root node (to differentiate from the root element.

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

    Re: Is XSL and XSLT are same

    XSLT is a language that can transform one (or more) XML documents into other XML, HTML or text. It is mostly used to separate data (XML) code / presentation (XSLT) to a final viewable (HTML). Another use, less widespread, is converting an XML schema to another to enable interoperability between different software systems that communicate through XML feeds.

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

    Re: Is XSL and XSLT are same

    An XSLT processor can be compared to a JVM for Java. It is he who will translate and execute instructions from the XSLT sheet. It therefore takes as input an XML and XSLT, and then outputs a stream, a new XML document or other format (HTML, text, etc. .) chosen by the developer, from the moment it is a text format (no binary output). Each processor has its own: respect more or less strict specification, library extensions available, possibility use of another language in the xslt sheet etc.

Similar Threads

  1. Use of XSLT
    By Mithun Seth in forum Software Development
    Replies: 5
    Last Post: 13-02-2010, 01:16 PM
  2. How to Display XML with XSLT?
    By SKREECH in forum Software Development
    Replies: 4
    Last Post: 02-02-2010, 01:19 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,713,432,884.50019 seconds with 16 queries