AJAXSLT 0.8 (Default branch) |
|
|
AJAXSLT is an implementation of XSLT in
JavaScript. It is also an implementation of XPath
that can be used independently of XSLT. It is
interesting for developers who aggressively strive
for cross browser compatibility. The XSLT
implementation operates at the DOM level on its
input but returns the output document as a text
stream. The DOM to construct the output document
can be supplied by the application, or else an
internal minimal DOM implementation is used. This
DOM comes with a minimal XML parser that can be
used to generate a suitable DOM representation of
the input documents if they are present as text.
License: BSD License (revised)
Changes:
This release includes several XPath bugfixes and some significant performance enhancements. It also includes support for a new "case insensitive" option on ExprContext, allowing you to match node names case insensitively. This is useful when using XPaths on HTML, where node names are not consistent across browsers.
|