Re: When is the DOM tree created?

2003-12-07 Thread Alberto Massari
At 21.41 07/12/2003 +, [EMAIL PROTECTED] wrote: To enable efficient application usage of Xerces it would be useful to know when Xerces creates the DOM tree. Is it in parallel with the checking for well formed & valid (would seem to make sense as the DOM parser appears to use the SAX parser)? O

When is the DOM tree created?

2003-12-07 Thread
To enable efficient application usage of Xerces it would be useful to know when Xerces creates the DOM tree. Is it in parallel with the checking for well formed & valid (would seem to make sense as the DOM parser appears to use the SAX parser)? Or is the tree created once it is confirmed that the

Bug report for Xerces-C++ [2003/12/07]

2003-12-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: problems compiling xerces-c on Mac OS X 10.3 Panther

2003-12-07 Thread James Berry
Jachin, It sounds looks like you have your gcc selected as version 2, which I won't vouch for. We've been using 3.3 under panther. If "gcc_select" doesn't show 3.3, use "sudo gcc_select 3.3" to select 3.3 as your default compiler. You may be able to get 2.95 to work, but I haven't done that fo