Web Language/Script L

[JSTL] xml 태그

해피마루 2022. 6. 18. 18:54
728x90
반응형

 

JSTL(JSP Standard Tag Library) - xml tags

 

xml 태그 : 흐름제어, 변환등 제공, 접두사 x
<%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>

▶ 코어 xml 액션 
<x:parse> 
<x:out> 
<x:set> 


 xml 흐름 제어
<x:if> 
<x:choose> 
<x:when> 
<x:otherwise> 
<x:forEach> 


 변환 액션
<x:transform> 
<x:param> 

728x90
반응형