This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSL vs. XSLT and processors vs. parsers


> I have recently become confused between the difference of 
> XSLT and actual XSL.

W3C uses XSL to mean the as-yet-unfinished family of standards of which XSLT
is part.
Microsoft uses XSL to mean the language they implemented in IE5, which is
vaguely related to an early draft of XSLT.

An XML processor (popularly called a parser, but called a processor in the
XML Recommendation) reads a source XML file and identifies the syntactic
units such as elements, attributes, and text content.

An XSLT processor takes a stylesheet and applies it to the tree
representation of a source XML document (produced by an XML parser), and
generates a tree representation of an output XML document.  

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]