DO NOT REPLY [Bug 16188] - Consistent crashes with BCB6

2003-01-23 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: Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Tinny Ng
> Would you like me to write the equivalent pure C++ program? Yes please. Appreciated. Tinny - Original Message - From: "Colin Paul Adams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 4:07 PM Subject: Re: Bug 15928 not fixed in latest nightly builds > >

Re: Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Colin Paul Adams
> "Tinny" == Tinny Ng <[EMAIL PROTECTED]> writes: Tinny> It may not be related to 15928 then. Have you set an error Tinny> handler to the DOMWriter for handling the error from No. Should I? writeNode returns true. Tinny> serializing? Or can you please post your xml document or

DO NOT REPLY [Bug 16295] - DOMPrint Entity References

2003-01-23 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: Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Tinny Ng
It may not be related to 15928 then. Have you set an error handler to the DOMWriter for handling the error from serializing?Or can you please post your xml document or program for further investigation? Tinny - Original Message - From: "Colin Paul Adams" <[EMAIL PROTECTED]> To: <[E

DO NOT REPLY [Bug 16188] - Consistent crashes with BCB6

2003-01-23 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

XPath

2003-01-23 Thread Pablo Yabo
Hi, I'm using xerces 2.1 for C++. I'm using schemas and I'm trying to find the type of a variable defined in a schema. I saw several classes refering to XPath, but I didn't find any sample of it. So, I'm looking for a sample of XPath.   Can anyone help me?   Pablo Yabo

DO NOT REPLY [Bug 16277] - Readme should make note of threaded library problems in BCB6

2003-01-23 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: Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Colin Paul Adams
I just get an empty file (the file is created, but with zero size). Works properly with 2.1.0. -- Colin Paul Adams Preston Lancashire - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Tinny Ng
Colin, Can you describe in more details what is not working? I've tried the DOMPrint from the nightly build by specifying a folder name as the file name for LocalFieFormatTarget, and I can get the following error: E:\xmltest>dir Volume in drive E is New Volume Volume Serial Number is 0CA3-37F0

Bug 15928 not fixed in latest nightly builds

2003-01-23 Thread Colin Paul Adams
I noticed today that my code using LocalFileFormatTarget with DOMWriter::writeNode was apparently working (writeNode returns true), but the file was empty. Inspecting the source code (nightly build of 11th Jan), I see there is a comment about a bug (15928) for this very problem. Well, it appears

BC++Builder 6.0 and DOMUserDataHandler

2003-01-23 Thread Colin Paul Adams
I have derived a class from DOMUserDataHandler, which works fine with g++ on Linux. Now on Windows, using BC++ 6.0, the operation field appears to be set incorrectly upon entry to the handle function. I don't know if I am doing something wrong, or if there is some sort of bug with this combination

Creating and Writing DOM

2003-01-23 Thread Markus Strauß
hi, i want to create a DOM and write it to the cout with a DOMWriter. now funny is this: when using the writeToString method, everything is okay, my DOMDocument is written to the string. when using the writeNode method, nothing appears. as a workaround i can do the cout.write method, but.. well.

Re: DOMBuilder vs XercesDOMParser Issue

2003-01-23 Thread Gareth Reakes
Hi, the following code works fine for me with the most recent code base: static const XMLCh gLS[] = { chLatin_L, chLatin_S, chNull }; DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(gLS); DOMBuilder*builder = ((DOMImplementationLS*)impl)->c