Hi, I have a question about parsing XML documents in JSTL. JSTL provides xml tags that allows paseing xml document directly in the JSP pages. In standard JSP, the xml parsing is always done in Java classes, and JSP puts the result into the pages. The latter approach can also be applied in JSTL. I am not very sure which approach is much better (more efficient)? Can anyone give some suggestion?
Cheers, Hao -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>