| Author |
Error when using xml tags
|
Jose Mon
Ranch Hand
Joined: Feb 13, 2007
Posts: 30
|
|
Consider the following code <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x"%> <c:import var="myxml" url="myxml.xml"/> <x:parse var="rss" xml="${myxml}"/> When I am running this I get error message like According to TLD or attribute directive in tag file, attribute xml does not accept any expressions. Do anyone know the problem?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
As per forum instructions, please include what versions of JSP and JSTL you are using, along with how you have your deployment descriptor declared. [ February 14, 2007: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Error when using xml tags
|
|
|