RE: using differnt instances of the parser causes ACCESS Violation

2001-09-20 Thread Mark Weaver
smime.p7m

Re: generating XML through Xerces

2001-09-20 Thread Gavin Stokes
>(The DOM is being designed by a fairly small group, and function is being >brought out in stages as resources become available and as interlocking >standards settle down. When you say "the DOM doesn't", you should generally >append the word "yet" unless there has been an explicit decision that w

Compiling errors in XMLValidator.hpp in SunOS 5.5.1 CC 4.2

2001-09-20 Thread Wang, Xinju
I got some errors when compiling my test program which includes XMLValidator.hpp indirectly. The errors are: "XMLValidator.hpp", line 138: Error: "}" expected instead of "0". "XMLValidator.hpp", line 138: Error: Use ";" to terminate declarations. "XMLValidator.hpp", line 138: Error: "}" expected

Re: generating XML through Xerces

2001-09-20 Thread Joseph_Kesselman
>The reason you didn't find any documentation about file output is because >there is no such capability specified by the DOM spec. See the DOM Level 3 Load/Save working draft, now under development. (The DOM is being designed by a fairly small group, and function is being brought out in stages

Re: GCCDefs.hpp

2001-09-20 Thread Jason E. Stewart
"Jens Schilling" <[EMAIL PROTECTED]> writes: > some definitions in the file "GCCDefs.hpp" are wrong or > unusable. Someone means the gcc-compiler does not understand L"", > thats not right. And why do you use unsigned short instead of > wchar_t? The L"" statement is of type wchar_t. It is easier

Re: generating XML through Xerces

2001-09-20 Thread Gavin Stokes
Hi Ana. The reason you didn't find any documentation about file output is because there is no such capability specified by the DOM spec. Incredibly, the spec provides no way to get XML out of your XML document. And thus, neither does Xerces. Every time this question is asked (and it's asked

Minimize size of deployment

2001-09-20 Thread John Pletka
I'm writing a Com control to be used in a web page and I need to keep the total download size to a minimum. The full xerces-c_1_5_1.dll is 1.3M which is quite a bit too big for what I need. All I'm doing is SAX parsing of a stream from an HTTP request. Is there any way to build a dll that only

RE: using differnt instances of the parser causes ACCESS Violation

2001-09-20 Thread Jesse Pelton
Skip the Terminate() call. You can't call Initialize() after Terminate(), and Terminate() doesn't do any essential work anyway. (It releases lazily allocated global memory so analysis tools don't report unfreed memory. The memory will be released by the operating system when the process shuts down

I cann't build ......

2001-09-20 Thread Ayala Lucero-A17160
I have SunSolaris 2.7 and Forte C++ Enterprise Edition 6 update 2 and when I execute ./runConfigure I don't have any problems I see the same result information that has in the XML4C Documentation, but when I tried to build any sample I have problems of Symbols doesn't found as following you can

using differnt instances of the parser causes ACCESS Violation

2001-09-20 Thread oriel bergig
hi, generally what im trying to do is: // on module 1 XMLPlatformUtils::Initialize(); pParser = new DOMParser(); delete pParser; XMLPlatformUtils::Terminate(); // on module 2 XMLPlatformUtils::Initialize(); pParser = new DOMParser(); delete pParser; XMLPlatformUtils::Terminate();

GCCDefs.hpp

2001-09-20 Thread Jens Schilling
Hi, some definitions in the file "GCCDefs.hpp" are wrong or unusable. Someone means the gcc-compiler does not understand L"", thats not right. And why do you use unsigned short instead of wchar_t? The L"" statement is of type wchar_t. It is easier use unicode strings with L"" instead of defini

generating XML through Xerces

2001-09-20 Thread Ana Raquel Gouveia Amaro
Hi. I'm new at this "XML and DOM stuff", specially DOM. I need to make an application that receives input from an user and writes these inputs in a XML file. I've been reading the documentation provided at the Xerces web page, but I couldn't find any information on how to write the information to

Re: Output DOM Tree to a file.

2001-09-20 Thread Jerry Carter
At 11:07 AM 20-09-01 -0400, Kevin Nguyen wrote: Hi, For DOMPrint sample program: Instead of printing a XML file to DOS window, I would like to print it to a file. Is it possible and how? Thanks, Kevin Nguyen The simplest way is to do: DOMPrint argument_list > outputfile 2>&1 whe

Antwort: Output DOM Tree to a file.

2001-09-20 Thread AKohler
Hi Kevin, just define a filestream (here: C:\temp\outputfile.xml) and stream the output in: #include . ofstream outfile( "C:\\temp\\outputfile.xml" ); // --- // Local classes // --

Output DOM Tree to a file.

2001-09-20 Thread Kevin Nguyen
Hi, For DOMPrint sample program:  Instead of printing a XML file to DOS window, I would like to print it to a file.  Is it possible and how? Thanks,   Kevin Nguyen

Re: FILTER_REJECT vs. FILTER_SKIP

2001-09-20 Thread Joseph_Kesselman
>Are there differnces with how a TreeWalker and NodeIterator >inperpret these two values? Yes. See the DOM Traversal specification, specifically http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/traversal.html --

DO NOT REPLY [Bug 3750] New: - GeneralAttributeCheck threading bug

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: GeneralAttributeCheck threading bug?

2001-09-20 Thread Murphy, James
Will do...thanks for the verification. Jim > -Original Message- > From: Khaled Noaman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 20, 2001 8:57 AM > To: [EMAIL PROTECTED] > Subject: Re: GeneralAttributeCheck threading bug? > > > Hi James, > > The 'GeneralAttributeCheck' has

Re: GeneralAttributeCheck threading bug?

2001-09-20 Thread Khaled Noaman
Hi James, The 'GeneralAttributeCheck' has a threading bug. You are correct about the fact that the XMLBuffer object will be overwritten when several theads are running at the same time. Would you please open a Bugzilla bug for that problem? Thanks, Khaled "Murphy, James" wrote: > Hi all, > > I

DO NOT REPLY [Bug 3650] - tarball on download site gets directory checksum error

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3705] - error in xerces-c-src1_5_1.tar.gz

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3706] - internal memory leak in xerces-c1.5.0

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3399] - Error in SAXException::getMessage

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3399] - Error in SAXException::getMessage

2001-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: FILTER_REJECT vs. FILTER_SKIP

2001-09-20 Thread Susanna
Hello! I search any examples of source codes writing on C/C++ where using DOM (XML). I am download "xerces" files, but there is not clear description (writing). Where I can find examples (C/C++), where using DOM(XML). Thank You for advance Susanna Harutyunyan ---