Benson Margulies wrote on 11/17/2009 12:28:17 PM:
> Two things.
>
> A resolver works as advertised, thanks.
>
> But.
>
> Setting the 'CharacterData' in the LSInput to an empty string
> doesn't work. Sticking an XML Comment in there worked (temporarily,
> I just want no DTD at all. I'll resolve to
Two things.
A resolver works as advertised, thanks.
But.
Setting the 'CharacterData' in the LSInput to an empty string doesn't work.
Sticking an XML Comment in there worked (temporarily, I just want no DTD at
all. I'll resolve to an actual DTD when I fix 2dozen other stupid mistakes
I've made to
Michael Glavassevich wrote on 11/17/2009 12:06:01 PM:
> Hi Benson,
>
> Benson Margulies wrote on 11/17/2009 11:25:36 AM:
>
> > This question is motivated by a behavior of the copy of Xerces
> > captured and renamed in the Sun 1.5 JDK, so feel free to send me away.
>
> I am often ruthless with th
I'd expect that if you set up your own EntityResolver that looked for
"-//[http://basistech.com//DTD] basistech.com//DTD RLP Regular Expression
Config 1.0//EN"
and supplied a local copy for the dtd, you would fix the problem.
That's assuming of course you know what ids you are expecting.
see [
Hi Benson,
Benson Margulies wrote on 11/17/2009 11:25:36 AM:
> This question is motivated by a behavior of the copy of Xerces
> captured and renamed in the Sun 1.5 JDK, so feel free to send me away.
I am often ruthless with that but since you asked nicely... :-):
> I am trying to use the LSPar