Parser reuse

2002-01-24 Thread Drew Tennenbaum
I am using an XML2Reader object (I called it 'parser') to read in a buffer. I am reusing this object between two buffers. In other words I do not delete the 'parser' object. I have two XML buffers: One has a DTD within the file and the second has no DTD at all (neither referenced or in the buff

RE: Scalability and multithreaded issues

2001-12-07 Thread Drew Tennenbaum
h.com > -Original Message- > From: Drew Tennenbaum [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 07, 2001 12:11 PM > To: [EMAIL PROTECTED] > Subject: Scalability and multithreaded issues > > > I am looking to use Xerces C++ for a project where I need multi

Scalability and multithreaded issues

2001-12-07 Thread Drew Tennenbaum
know of any potential problems? TIA, Drew Tennenbaum TenFold Corporation. ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If

DTD Parsing

2001-09-07 Thread Drew Tennenbaum
Never mind.. I found it... Sorry. -Drew I forgot... I'm using Xerces 1.5 and the SAX2 parser. I am looking at doing some work that requires me to parse a DTD. None of my DTD callbacks are getting called. Is there something I need to turn on? I already have the DTD validator turned on. Th

DTD Parsing

2001-09-07 Thread Drew Tennenbaum
I forgot... I'm using Xerces 1.5 and the SAX2 parser. I am looking at doing some work that requires me to parse a DTD. None of my DTD callbacks are getting called. Is there something I need to turn on? I already have the DTD validator turned on. Thanks, Drew ***

DTD Parsing

2001-09-07 Thread Drew Tennenbaum
I am looking at doing some work that requires me to parse a DTD. None of my DTD callbacks are getting called. Is there something I need to turn on? I already have the DTD validator turned on. Thanks, Drew ** This email and

Parsing DTD

2001-07-11 Thread Drew Tennenbaum
Has anyone done any work on parsing a DTD? Before parsing an XML file, I need to store the DTD into the database. TIA, Drew Tennenbaum ** This email and any files transmitted with it are confidential and intended solely for