Hej Terje,
You are currently not subscribed to the list, this isn't a problem, it
just means that all your emails have to come to me first, and then I
approve them, and then they go to the list. Since it seems like you're
going to be sending a few emails, you may want to subscribe (send an
empty message to [EMAIL PROTECTED]).
If you don't want to, that's fine with me, too.
"Terje Bless" <[EMAIL PROTECTED]> writes:
> On 01.08.01 at 14:12, Jason E. Stewart <[EMAIL PROTECTED]> wrote:
>
> First Stupid Question�: Why is it complaining about http URLs? Doesn't
> Xerces support HTTP for resolving System Identifiers? Come to think of it,
> doesn't it support SGML Open Catalogs (XML Catalogs?) to lookup FPIs?
>
> I'm going to be using this to Validate stuff like XHTML and MathML; the FPI
> and SI are going to be "Well Known", out of my control, and require a
> network operation unless I can tell Xerces to use a local catalog to
> resolve it (and to "OVERRIDE YES").
Sadly, XML Catalogs are not part of Xerces. To do this you will need
to implement an EntityResolver, that grabs the publicId and hands back
an InputSource for the DTD.
Happily, the EntityResolver interface finally works!!! I'm releasing
Xerces.pm-1.5.4 tonight which will have support for Xerces-C-1.5.1 and
the new EntityResolver interface.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]