RE: please help: Internal entity resolution.

2003-09-23 Thread Tarkus, Anand (LNG-DAY)
thanks Gareth, I ended up adding an internal subset to resolve the undeclared internal entities. -Original Message- From: Gareth Reakes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 7:22 AM To: [EMAIL PROTECTED] Subject:RE: please help: Internal entity

RE: please help: Internal entity resolution.

2003-09-23 Thread Gareth Reakes
Hi, > could there be a way such that the parser would avoid resolving these > entities altogether? > > I tried to make it a non-validating parser > saxParser->setFeature(XMLUni::fgSAX2CoreValidation, false); > > but it does not seem to work. It does not do what you want. It will not validate

RE: please help: Internal entity resolution.

2003-09-22 Thread Tarkus, Anand (LNG-DAY)
ies? Thanks, Anand. -Original Message- From: Michael Glavassevich [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 11:41 PM To: [EMAIL PROTECTED] Subject: Re: please help: Internal entity resolution. Hi Anand, If you make a reference to an entity (such as nbsp) in y

Re: please help: Internal entity resolution.

2003-09-21 Thread Michael Glavassevich
Hi Anand, If you make a reference to an entity (such as nbsp) in your document it needs to be declared in your DTD with an entity declaration [1]. The only entities that you do not have to declare are the predefined entities [2]: lt, gt, amp, quot, and apos. These are the only entities that the pa