JSTL XML Tags
No one can have any second opinion about the elegance of xml tags in JSTL.If the readers have been following the earlier instalments of this J2EE series of tutorials, they would have come across JAXP,DOM,SAX ,JDOM and such terms, and it may have been none too easy to learn. But the xml tags in JSTL , make XML processing and even Transformation , a cynch! And ,we now proceed to study them.Making our study even easier, many of the xml tags in JSTL , are very much similar to the 'core' tags. For example, just like
<c:out>, we have <x:out>.
Similarly,
<x:forEach>, <x:if>,<x:when> etc.
Following are the tutorial links of the JSTL XML Tutorial