Re: using the latest version of xerces

2004-03-22 Thread david_n_bertoni
Take a look at the documentation regarding migrating to C++ namespaces: http://xml.apache.org/xerces-c/migrate_archive.html Dave |-+---> | | Nathan Smith| | | <[EMAIL PROTECTED]| | | xar.com>|

RE: using the latest version of xerces

2004-03-22 Thread Nathan Smith
Yeah, I noticed that a lot of the original DOM classes were either moved to the deprecated folder under dom or changed. I'll have to look at the FAQs. thanks! -Original Message- From: Gareth Reakes [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Reakes Sent: Monday, March 22, 2004 3:59 PM T

Re: using the latest version of xerces

2004-03-22 Thread Gareth Reakes
Hi, you are using quite an old version. We don't have DOMString any more (or any of the old DOM_ classes). We also use namespaces now which I doubt we did then. I'm sure someone put together a FAQ when we changed over. Its probably worth a look in the archives and on the web if you get stuc

using the latest version of xerces

2004-03-22 Thread Nathan Smith
Title: Message I was using an older version of xml4c in my VC6.0 program, but I wanted to make sure the problems I was having weren't related to the version I was using, so I download and built the latest version of xml4c. I went into the project settings and changed the include directories