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: what is difference in xalan XSLT processor and and SUN XSLTC compiler ??


> what is difference in xalan XSLT processor and  and SUN XSLTC
> compiler ??

They are completely different products. They are both XSLT processors, but
they do the same job in very different ways: Xalan (like nearly all other
XSLT processors) is in effect a stylesheet interpreter while XSLTC is a
stylesheet compiler: it generates Java bytecodes which can be executed
directly by the Java VM.

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]