On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
Rashmi Rubdi wrote:
> One way to use Xalan is with JSTL XML tags inside a JSP.

A much better way is to use Cocoon (http://cocoon.apache.org).

I've not tried Cocoon yet, so I really cant compare JSTL XML tags with
Cocoon but I know that with JSTL XML tags you only need 3 lines of
code to transform an XML with an XSLT file, and show the output on a
JSP --- and it requires Xalan JAR files.

3 lines are

1) Import XML

2) Import XSLT

3) x:transform xml with xslt

Well other than the above, it is also possible transform within a JSP
with x:parse tag.

In addition to Cocoon, JSTL XML tags, I think there are other
frameworks also available by Apache , each framework serves it's own
purpose.

- -chris

-Regards
Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to