Web Analytics Made Easy -
StatCounter Xml, Xsl, Xslt - CodingForum

Announcement

Collapse
No announcement yet.

Xml, Xsl, Xslt

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xml, Xsl, Xslt

    Can anyone explain what are XSL, XSLT?
    How do you combine XSL, XSLT, XML to create apps?
    Please suggest some websites.

    Thanks!
    Scripting | JavaScripts | PerlScripts | Python Scripts | Articles | My Journal

  • #2
    XSL is the stylesheet (eXstensible Stylesheet Language) that is used to display the XML in a similar manner to that of plain HTML.

    XSLT or XSL transformations is the markup vocabularly of the XSL - you can find the most current version on http://www.w3.org.

    In order to bring the XML and XSL together (the XSLT is written in the XSL) you need a PARSER (i use an ASP one)

    A reasonable website to look at is http://www.xml101.com although i'm sure there are better ones out there...
    Jase/djmothra

    Comment

    Working...
    X