Hi,
> 
> I think I'm having trouble first of all because much
> of the syntax is in xml form not jsp form. Is this
> correct? How do I use the xml syntax under tomcat 4?
> I'm very new and still learning.

It goes:

jsp -> xml (or html) -> rendered by browser

i.e. the jsp is executed by the server to produce the xml (being a
superset of html) which is then passed to the browser.

Hope that helps,
R

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

Reply via email to