JAVASCRIPT » Open Source Scripts and Programs

  Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg

AJAXSLT


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.

Free   Version: n/a   Platform(s): All   Updated:  August 24, 2008

Developer:Dan Fabulich Demo Download  
Rated by: 1 user(s)  
Follow Navioo On Twitter

Submit a resource