InterviewSolution
Saved Bookmarks
| 1. |
Explain Xml Tags? |
|
Answer» JSTL XML Tags: JSTL XML tags are used to work with XML DOCUMENTS such as parsing XML, TRANSFORMING XML DATA and XPath expressions evaluation. Syntax to include JSTL XML tags in JSP page is: <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="X" %> JSTL XML Tags: JSTL XML tags are used to work with XML documents such as parsing XML, transforming XML data and XPath expressions evaluation. Syntax to include JSTL XML tags in JSP page is: <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %> |
|