okay, i'll attach my stuff to this mail. thanks for your help. b.t.w. i use
xerces 1_4_4
I just tried it... and it works very well. What version
> of xerces are u
> using ? Would it be possible for you to show part of your
> parsing code/Entity
> Resolver... or any other info. So that
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
>
> and i tried this:
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
>
> but still the EntityResolver gets not called. I have set the entity resolver
> by calling the method .setEntityResolve
firsat thanks for your help.
well, i tried this:
http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
and i tried this:
http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
but still the EntityResolver gets not called. I have set the entity resolver
by calling the method .setEn
> > Gesendet: Mittwoch, 20. Februar 2002 21:26
> > An: [EMAIL PROTECTED]
> > Betreff: Re: EntityResolver problem
> >
> >
> > >
> > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > Version="1.09a">
bruar 2002 21:26
> An: [EMAIL PROTECTED]
> Betreff: Re: EntityResolver problem
>
>
> >
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> Version="1.09a">
> >
> > the EntityResolver gets not called and my xml file is no
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
>
> the EntityResolver gets not called and my xml file is not validated. Do i
> miss something here?
Shouldn't be like that.. :-) can you provide more information ?
is Feature http://apache.org/xml/features/va
hi all,
got a problem with my EntityResolver. It is only called when i refer to a
DTD within my xml file:
this works fine, my EntityResolver gets called and i get the systemId.
however if i want to use a
xsd file like this:
http://www.w3.org/2001/XMLSchema-instance"; Version="1.09a">
the En
Cirip Tomas wrote:
> Why? Where is it getting "d:\tc\" from? I parse XML Document using following
> code
Without a base systemId to work with, the parser tries to locate
the DTD by using the current working directory of the application
to expand the relative systemId. To avoid this and use your ow
Clark
-Original Message-
From: Cirip Tomas [mailto:[EMAIL PROTECTED]
Sent: Friday, February 15, 2002 1:12 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Still have EntityResolver problem
Yes. But why is parser asking for entity "file:///d:/tc/test.dtd"? If I have
only "t
ot; from systemId? That's strange, isn't it?
Tomas
-Original Message-
From: John Utz [mailto:[EMAIL PROTECTED]
Sent: Friday, February 15, 2002 3:55 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Still have EntityResolver problem
i assume that you are running your program fr
i assume that you are running your program from the directory d:\tc,
correct?
On Fri, 15 Feb 2002, Cirip Tomas wrote:
> Hi all,
>
> I still have a problem with entity resolver:
>
> here is a fraction of XML document
>
>
>
>
>
> anyway I get systemId="d:\tc\test.dtd" in resolveEntity method
Hi all,
I still have a problem with entity resolver:
here is a fraction of XML document
anyway I get systemId="d:\tc\test.dtd" in resolveEntity method of my
EntityResolver.
when I specify
I get systemId="d:\tc\xml\test.dtd"
Why? Where is it getting "d:\tc\" from? I parse XML Document
12 matches
Mail list logo