JSTL Valid XML

My JSTL pages must be XML valid.How can i write the below line of code in another way or put it in another tag so it will be xml valid.<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>I dont want to encode the %
[255 byte] By [Reniera] at [2007-11-26 17:54:15]
# 1
Refer to the taglib directive in XML syntax here: http://java.sun.com/products/jsp/syntax/2.0/syntaxref2012.html#1003416
appy77a at 2007-7-9 5:07:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...