12436 - UTF-8 transcoder is not strict (and therefore not secure).

2003-08-28 Thread David Schulze
to turn off the validity checking of multi-byte sequences when using UTF-8 that does not require modification to the XML file itself? Perhaps some switch I can set before beginning a parse? Thanks for any help. David Schulze DeLorme Mapping Yarmouth, Maine, USA

RE: Xerces2.3 Compile errors On VC7.1

2003-06-20 Thread David Schulze
Title: RE: Xerces2.3 Compile errors On VC7.1 Can I ask why you are moving away from the MSXML parser? I was thinking of using that instead of Xerces in the future.  Perhaps you have some reasons I should reconsider?   Thanks David Schulze DeLorme Mapping Yarmouth, ME, USA -Original

RE: Next release

2003-04-03 Thread David Schulze
weeks. On top of that there will be very little work for you to do to go between 2.2 and 2.3. Gareth On Thu, 3 Apr 2003, David Schulze wrote: > Anyone know a more solid date than "Fall 2003" for the next release of > Xerces? It would be version 2.3.0 > I'm planning on

Next release

2003-04-03 Thread David Schulze
Anyone know a more solid date than "Fall 2003" for the next release of Xerces? It would be version 2.3.0 I'm planning on updating our code base from 1.7.0, but if 2.3.0 is coming in a few weeks I'll wait for that instead of going to 2.2.0. Thanks David Schulze DeLorme Mappi

RE: DOM Question

2003-03-17 Thread David Schulze
That's invalid XML. You closed the file with The first element wraps everything. -Original Message- From: Mark Van Orman [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:39 AM To: [EMAIL PROTECTED] Subject: DOM Question Hi guys, I have a question regarding parsing a Docum

RE: New question here

2003-02-21 Thread David Schulze
place? -Original Message- From: David Schulze [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 9:27 AM To: '[EMAIL PROTECTED]' Subject: RE: New question here XML docs must have a single root. Wrap your "file" elements with another ele

RE: New question here

2003-02-21 Thread David Schulze
XML docs must have a single root. Wrap your "file" elements with another element (perhaps "files") etc etc -Original Message- From: John Meyer [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 11:24 AM To: [EM

RE: Dom Bridge

2003-01-09 Thread David Schulze
Well I don't know your details, is it possible to create your internal structure using SAX parsing. Then since you already have a way to go from your internal structure to a DOM tree you could use that to create a DOM for writing XML files. If that is what your trying to do. David Sc

RE: Dom Bridge

2003-01-09 Thread David Schulze
Use SAX instead. -Original Message- From: Alan LaViolette [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:42 AM To: [EMAIL PROTECTED] Subject: Dom Bridge Hello, I don't know it this is the correct group for this message but I could not find a xerces-c-users list. I am l

RE: DO NOT REPLY [Bug 14311] New: - delete [] of char * from XMLString::transcode() fails

2002-11-06 Thread David Schulze
) MessageBox( NULL, "LoadLibrary changed the debug allocator.", "Warning", MB_OK | MB_ICONINFORMATION ); #endif David Schulze DeLorme Mapping, Yarmouth, ME, USA -Original Message- From: [EMAIL PROTECTED] [mailto:bugzilla@;apache.org] Sent: Wednesday, Novem

RE: Help ! can not parse twice

2002-10-18 Thread David Schulze
You are initializing it twice. Pull XMLPlatformUtils::Initialize(); out of your constructor. -Original Message- From: BARUCH Deborah FTRD/DMR/LON [mailto:deborah.baruch@;rd.francetelecom.com] Sent: Friday, October 18, 2002 12:27 PM To: [EMAIL PROTECTED] Subject: RE: Help ! can not parse

RE: XML Generation efficiency

2002-10-07 Thread David Schulze
Where can I find these "overloads" of XMLString you speak of? In the samples? Is that a new 2.x thing or can it be used in v1.7 ? Thanks David Schulze DeLorme Mapping Yarmouth, Maine -Original Message- From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] Sent: Monda

RE: Faulty documentation in header of XMLString.h??

2002-09-26 Thread David Schulze
If using Win32 verify that you are building as MultiThreaded DLL (or Debug MultiThreaded DLL) -Original Message- From: Vijay Ganapati [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:10 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Faulty documentation in header of X

Elements allowed anywhere

2002-09-20 Thread David Schulze
my schema. I'm hoping that someone knows a better way to express this. Thanks David Schulze DeLorme Mapping Yarmouth, ME, USA - To unsubscribe, e-mail: [EMAIL

RE: Need update of xerces-com installation instructions

2002-05-23 Thread David Schulze
That's the precompiled header that is created during compilation. Check your project settings and turn off the use of precompiled headers. -Original Message- From: Jamie Mascherino [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 1:16 PM To: [EMAIL PROTECTED] Subject: RE: Need upd

RE: Call for Vote: which one to be the Xerces-C++ public supported W3C DOM interface

2002-04-29 Thread David Schulze
Go with IDOM, speed is key, but rename it.  Fix the memory rentention problem (which it looks like Lenny is already doing).   I do like Joseph Kesselman's suggestion to have a wrapper around the IDOM so it behaves like the old DOM interface.   Just my two cents.   David Schulze Sof

STL in Xerces C++?

2002-04-19 Thread David Schulze
Regarding Xerces C++ using Microsoft VC++ 6.0 SP5. Does Xerces C++ use STL? And if so what version? (ie the Dinkumware libs that came with MSVC++6, or STLPort, or SXL(the updated Dinkumware) etc) Thanks David M Schulze Software Engineer DeLorme Mapping www.delorme.com [EMAIL PROTECTED] --

SAX2XMLReader::setFeature const XMLCh defines changed classes

2002-03-14 Thread David Schulze
onStr == "1_5_2") doesn't work, I get fatal error C1017: invalid integer constant expression Does anyone know of a way to handle this without having to come up with my own #define(s)? Perhaps there is another Xerces defined #define I could use? Thanks David Schulze Sof