-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Mike Aizatsky
> PS I thought that almost no one uses XML syntax in JSP... What are the
benefits of using this syntax?
I've been using it some, although it is not being used in my current
project so I haven't tried it in IDEA yet. As far as the benefits of
using this approach: It allows you to write your JSP's as a well-formed
XML document. This is very handy when you are working with XML tools or
you are accessing/manipulating JSP's using a DOM model for example. The
XML syntax is not always convenient when hand-authoring JSP's, but if
you are manipulating them programatically the XML syntax is sometimes
preferable.
- Tim
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list