personnages

标签


标签显示XPath表达式的结果,与<%= %>功能相似。


属性

标签有如下属性:

属性 描述 是否必要 默认值
select 需要计算的XPath表达式,通常使用XPath 变量
escapeXml 是否忽略XML 特殊字符 true

实例演示

接下来的例子使用了标签:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>   JSTL x:out 标签 

Books Info:

Padam History ZARA 100 Great Mistry NUHA 2000 The title of the first book is:
The price of the second book:

运行结果如下:

BOOKS INFO: The title of the first book is: Padam History The price of the second book: 2000

关于我们 联系我们 留言板

手册网

Article précédent: Article suivant: