Re: recurrent errors in overloading stream insertion operator

2002-03-14 Thread TU ANH NGUYEN
Hello all, We are adding some features to our existing products and would really like a solution like Xerces to parse our XML files. With Xerces we worry about the size in our RAM and the complexity. We expect well behaved XML data and we are intending to use a SAX parser for our needs.

RE: recurrent errors in overloading stream insertion operator

2002-03-14 Thread Bavishi, Pankaj
25 AM To: [EMAIL PROTECTED] Subject: recurrent errors in overloading stream insertion operator Hi everyone, I just have a small but annoying C++ problem. It has to do with Xerces imported code, but I have experienced it, before, so I kind of doubt that it is a problem with the actual code

Re: recurrent errors in overloading stream insertion operator

2002-03-14 Thread Don Mastrovito
Rhys, I no longer have BCB5 installed, so I'm just guessing here. If you ripped off most of the DOMPrint example, it contains an incorrect include statement at line 93 or so. When you use the STL, you should include , not . The latter is the old style definitions which *may* simply pull in

recurrent errors in overloading stream insertion operator

2002-03-13 Thread Rhys Black
Hi everyone, I just have a small but annoying C++ problem. It has to do with Xerces imported code, but I have experienced it, before, so I kind of doubt that it is a problem with the actual code. If this is an inappropriate question for this forum, please ignore. When copying and pasting the f