Hi Julia,
about the memory lack, no glue.
But that is what I am doing:
char buff[_MAX_PATH+1];
strcpy(buff, file.c_str()); //copy the stl string to buffer, I don't no
why
parser->parse((char *)buff);
Adib.
--
Adib Taraben [EMAIL PROTECTED]
ptember 18, 2001 6:37 AM
To: 'Julia Larson'; '[EMAIL PROTECTED]'
Subject: Specify DTD file to verify XML
Hi,
I just saw you mail in xerces mailing list.
I've got the same problem.
I want to specify the DTD file, and force to use the file I specify, even if
the xml f
Hi Eric,
I havent seen Julias posting.
But if your problem is to use an other DTD then specified or the DTD is
not accessible (what was my problem weeks ago), I can help you with
source.
The solution is to specify a EntityResolver by:
domparser->setEntityResolver(&redirecthandlers);
this should
At 09.48 18/09/2001 -0400, you wrote:
>How do I get off this list?
Read the footer of every message you get:
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
Alberto
---
Send a message to [EMAIL PROTECTED]
-Original Message-
From: Flaim, Brian J, CSCIO [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 9:48 AM
To: [EMAIL PROTECTED]; 'Julia Larson'
Subject: RE: Specify DTD file to verify XML
How do I get off
How do I get off this list?
-Original Message-
From: Debienne Eric [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 9:37 AM
To: 'Julia Larson'; '[EMAIL PROTECTED]'
Subject: Specify DTD file to verify XML
Hi,
I just saw you mail in xerces mailing list
Hi,
I just saw you mail in xerces mailing list.
I've got the same problem.
I want to specify the DTD file, and force to use the file I specify, even if
the xml file has a line like
I saw some lines c++, but I don't anderstand what they refer to.
Can you explain me what I have to do (or wha