XML Tag Library in JSP

What are the XML Tag Library in JSP?

Explanation

XML Tag Library lists all the XML tags with a prefix "x". The Main purpose of using XML tag is that it is recommended by W3C so as to easily access the content.The following table lists all the XML tags.

Syntax:


<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="xml" %>
Function Tags
Core out,parse,set
Flowcontrol forEach,choose(when, otherwise),if
Transformation transform,param


Ask Questions

Ask Question