Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-11-20 06:07
0.8

Cette version inclut plusieurs corrections de bugs XPath et quelques améliorations de performances significatives. Il comprend également un appui pour une nouvelle «insensible à la casse" option sur ExprContext, vous permettant de respecter la casse des noms de nœud insensible à la casse. Ceci est utile quand on utilise XPath sur le HTML, où les noms des nœuds ne sont pas compatibles entre les différents navigateurs.
Tags: Initial freshmeat announcement
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.

Project Resources