I'd also recommend looking at Javascript Templates -
http://www.trimpath.com/project/wiki/JavaScriptTemplates - which is a
template language like Velocity or JSP but using Javascript written in
Javascript.  You'd use this on the client side to process data and
create HTML, then replace the HTML of a div somewhere.  The site has
some examples, and Struts Flow has an example showing its use on both
the client and server -
http://struts.apache.org/flow/templates-example.html

Don


On Tue, 29 Mar 2005 17:27:39 +0300, Emmanouil Batsis
<[EMAIL PROTECTED]> wrote:
> 
> You may want to check out sarissa [1], a JS library i've written for
> doing this and other related tasks like XSLT and XPath using a
> crossbrowser API . It's well documented and open source. There's also a
> related turorial at oreilly's xml.com at [2]. I intent to wrap up some
> JSP taglibs to ease development for server side developers one of these
> days...
> 
> [1] http://sarissa.sf.net/
> [2] http://www.xml.com/pub/a/2005/02/23/sarissa.html
> 
> Cheers,
> 
> Manos
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to