Re: XML Doc type problem

2003-11-27 Thread Martin van Dijken
[EMAIL PROTECTED] wrote: I found the following post but there was no answer. Does anyone know? I have created a JSP page that use the xml tag library, specifically using xpath. Everything works perfectly fine as long as I don't have a doctype definition like the following in my XML instance:

x:set variable as a parameter to a tag file

2003-11-27 Thread Christian Andersson
Hi all! Does anyone know if it is it possible to send the document variable created by a x:set as a parameter to a tag file? I need to continue with xml x xpath expressions within the tag file. Example: FILE: index.jsp %@ taglib uri=http://java.sun.com/jsp/jstl/xml; prefix=x % %@ taglib