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:

XML Doc type problem

2003-11-26 Thread david . schwartz
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: !DOCTYPE datasheet PUBLIC

Re: XML Doc type problem

2003-07-10 Thread Michael Duffy
Sounds like you need an EntityResolver, like the one in the org.xml.sax package. But I don't know know how to register such a thing with the SAX parser inside the JSTL tag library. I'll have to leave that to my betters. - MOD --- Brian Menke [EMAIL PROTECTED] wrote: Hi everyone, I have

XML Doc type problem

2003-07-09 Thread Brian Menke
Hi everyone, 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: !DOCTYPE datasheet PUBLIC -//Innovtech//DTD datasheet//EN