Re: looking at Crimson merge -- three suggestions

2000-04-01 Thread Pierpaolo Fumagalli
Mike Pogue wrote: > > 1) It has been reported that the Crimson code is 50% faster than > Xerces-J when running on a Sparc Ultra-5, however Xerces-J is 40% faster > than Crimson on a Windows NT machine. It's not obvious to me why this > would be true! We need to figure out WHY, so we can create a

Re: looking at Crimson merge -- three suggestions

2000-04-01 Thread Arkin
+1 arkin Rajiv Mordani wrote: > > I have started looking at 1 and 2. One of the proposals that I had was to > create a whiteboard (won't be part of the std build for xerces so not to > worry) under xerces-j and make the crimson DOM implementation work with > xerces and see the outcome. Can we ha

Re: Problem wih delete [] p in << operator

2000-04-01 Thread David N Bertoni/CAM/Lotus
Make sure you are using the multithreaded DLL run-time libraries, rather than the static libraries. Dave "Nathan

Problem wih delete [] p in << operator

2000-04-01 Thread Nathan Troxler
Hello Apache Support.   I successfully incorporated the Apache XML-Reader/Writer into my Win32 MFC VC++6.0 App.   I borrowed a lot from your sample codes: For example to write to file, I used the DOMPrint.cpp example.   But the "delete [] p " gives an "Access violation. (First time called)

Re: xerces-c-110 parsing: newline problem

2000-04-01 Thread michael gaida
> o Do the prebuilt versions of DOMPrint and SAXPrint work on > your system, running with the prebuilt xerces DLL and the > personal.xml sample file? Yes, everything works fine. > o Will the prebuilt xerces + samples parse your s02.xml file? Yes, everything works fine. > o Will your build o

Newby question: Get Text of a Node

2000-04-01 Thread Nathan Troxler
Hello all!   I just began to use Apache XML for my C++ /MFC app. So far I can read in my XML-File and read the data.   I used the sample code to get access to nodes, names and values. I know how to access the attributes and corresonding values.   But I am a bit confused about getting the Te