Search This Blog

XSLT for Google Web Toolkit

Google Web Toolkit’s XML functionalities are limited. For example, there are no XPATH and XSLT libraries in the distribution. However, GWT allows call write native Javascript method in the java class. So it is possible to wrap existing Javascipt libraries in GWT.

Sarissa is an XSLT implementation in Javascript.

Here is an blog post that describes how to wrap Sarissa in Google Web Toolkit.

No comments:

Post a Comment