Re: contradictory encoding warning creates later error that doesn't g et thrown

2001-08-21 Thread Derek Harmon
rning( ) method of your ErrorHandler implementation is called, using the getMessage( ) accessor. If the warning message is suggestive of a contradictory encoding scheme, then call your ErrorHandler's fatalError( ) method (in essence, promote the warning to a fatal error.) Derek Harmon ---

Re: HELP! Page faults, when running DOMParser on windows NT

2001-08-20 Thread Derek Harmon
same lines as WST. I refer you to his two-part article on the topic on MSDN, http://msdn.microsoft.com/msdnmag/issues/1000/Bugslayer/bugslayer1000.asp http://msdn.microsoft.com/msdnmag/issues/1200/bugslayer/bugslayer1200.asp - - - Derek Harmon ---

Re: Using #include "" instead of #include <>

2001-08-17 Thread Derek Harmon
ecause that doesn't fit with their project layout. Instead, it is better to think of Xerces-C as a 'library component'. To "plug the component in," set -I and the appropriate LIBPATH or path to the import

Attributes are unordered (formerly Re: very urgent)

2001-07-17 Thread Derek Harmon
formation conveyed by, and The answer then, is that it is not possible (in XML). Derek Harmon _ P.S., It's unwise to attach return receipts to messages posted on mailing lists. If 10% of the people reading this list click "Sure, I read it,"

Re: Exceptions on createElement with spaces

2001-07-12 Thread Derek Harmon
(in which case the Microsoft appelation is unnecessary). I'd recommend not passing non-NCNames to DOM_Element:: createElement( ) to begin with. As you mentioned, you wanted to create a text node. Create a new DOM_Text object and pass it to your D

Re: [Xerces-c-dev] Memory leaks with DOMParser::parse( ... )

2001-06-13 Thread Derek Harmon
st to the offending memory alloc in Xerces, please let us know. Derek Harmon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]