Andy,

        I have attached the DTDs here, if you are interested in trying. I
have turned off the validation in my code but still the parser is looking
for the DTD file. 

"Yadav, Arun" wrote:
>Parameter entities are declared in DTD and can only be used within the DTD.
They 
>are used to declare content that you want to reuse as part on element or
...

Arun, Iam trying to use it in inline DTD definition. Is there a difference
if it's in external DTD file versus within the XML.

Regards,
Latha

-----Original Message-----
From: Andy Clark [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 04, 2001 12:53 AM
To: [EMAIL PROTECTED]
Subject: Re: External parameter entity reference causing null pointer
exception


"Sivasubramaniam, Latha" wrote:
>         I am trying to use external parameter entity reference in my XML
and
> that causes null pointer exception in the DOM parser. I actually don't
want

Regardless of the error, the parser should never throw a
NullPointerException. Unfortunately, you haven't included
enough information to try to reproduce the error. We need
the DTD at least if we're to try to recreate the error.

> <!DOCTYPE waConfiguration SYSTEM 'D:\temp\wa.dtd' [
>         <!ENTITY % userStrings SYSTEM 'D:\temp\aspectContributor.ent'>

Your system identifiers are not URIs. Check the FAQ for 
instructions on how you can convert them to URI syntax. 

-- 
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: ibtwsh.dtd
Description: Binary data

Attachment: wa.dtd
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to