AW: AW: AW: EntityResolver problem

2002-02-21 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
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

Re: AW: AW: EntityResolver problem

2002-02-21 Thread Neeraj Bajaj
> 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

AW: AW: EntityResolver problem

2002-02-21 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
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

Re: AW: EntityResolver problem

2002-02-21 Thread Neeraj Bajaj
> > 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">

AW: EntityResolver problem

2002-02-20 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
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

Re: EntityResolver problem

2002-02-20 Thread Neeraj Bajaj
> > 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

EntityResolver problem

2002-02-20 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
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

Re: Still have EntityResolver problem

2002-02-15 Thread Andy Clark
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

RE: Still have EntityResolver problem

2002-02-15 Thread Anthony, Clark
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

RE: Still have EntityResolver problem

2002-02-15 Thread Cirip Tomas
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

Re: Still have EntityResolver problem

2002-02-15 Thread John Utz
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

Still have EntityResolver problem

2002-02-15 Thread Cirip Tomas
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