DO NOT REPLY [Bug 14776] - Stuffit Expander truncates filenames

2002-11-22 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

DOM buffer allocation question

2002-11-22 Thread David Hoffer
Where is the buffer(string) allocated which is returned by the XMLCh pointer of the getNodeValue() function? Do I have to provide my own buffer, like I do below, to copy the contents of the returned string into? Or could I just return the XMLCh pointer from my GetElementValue() method? BOOL CDOM

Trouble with connect() in BinHTTPURLInputStream

2002-11-22 Thread Mark Young
Hi all: I am seeing that at times the Winsock connect() call in BinHTTPURLInputStream fails to connect to url's that at other times it succeeds with. I'm guessing that it has something to do with network congestion or server congestion. Browsers (like IE) can connect to the same URL, though when

DOM search optimization questions

2002-11-22 Thread David Hoffer
I have the following DOM structure. My application has to make repeated requests to find the Label element value for each Patch element in a Side element. I may have up to 2000 Patches per Side. All my application knows is the Side Index and the RowIndex & ColIndex. Because these are attributes

Re: compling error

2002-11-22 Thread David N Bertoni/Cambridge/IBM
There is now support for C++ namespaces in the nightly build. Search the archive for more information. You'll need to explicitly qualify any Xerces names, or bring everything from the Xerces namespace into the global namespace. Dave

compling error

2002-11-22 Thread Tony Chen
I have an application working fine with release 2.1.0. However it reported "error C2061: syntax error : identifier 'DOMNode'" on a statement like this char * getDOMString( DOMNode *, char * ), when I compiled it with the latest nightly build It includes xervesc/dom/DOM.hpp. It is on a Win2k +

DO NOT REPLY [Bug 14776] - Stuffit Expander truncates filenames

2002-11-22 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

Problem building Xerces 2.1 on Solaris 8

2002-11-22 Thread Chandu Bhavsar
Title: Problem building Xerces 2.1 on Solaris 8 Hi, I had a problem building Xerces 2.1 on Solaris 8. The exact OS and compiler versions are indicated below: smte420s041:~<1> uname -a SunOS smte420s041 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-80 smte420s041:~<2> CC -V CC: Sun Work

DO NOT REPLY [Bug 14779] New: - SAX parsers incorrectly filter out events from XMLDocumentHandler instances installed

2002-11-22 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 14776] New: - Stuffit Expander truncates filenames

2002-11-22 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: DOM Validation of XML against a schema

2002-11-22 Thread Tinny Ng
Do not use HandlerBase, but implement your ErrorHandler and overwrite methods like "ErrorHandler::error", "ErrorHandler::fatalError" to print out the message.    See SAXCountHandler in sample SAXCount, or DOMPrintErrorHandler in sample DOMPrint as an example.   Tinny - Original Messag

DO NOT REPLY [Bug 13447] - DOMWriter doesn't work correctly

2002-11-22 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: FormatPrettyPrint implementation

2002-11-22 Thread Jesse Pelton
I don't know. You might want to query the patch author directly (or copy him on a post to the list) in case he doesn't subscribe. -Original Message- From: Kevin King [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 4:58 PM To: [EMAIL PROTECTED] Subject: RE: FormatPrettyPrint im

line numbers of elements

2002-11-22 Thread Petr Jůza
Hi, I use Xerces as DOM XML parser and I would like to acquire line number (and column number) of the concrete XML element. Is it possible? Please, have anybody any idea how get line numbers? Thank you in advance. Regards PETER. __

document's encoding

2002-11-22 Thread Petr Jůza
Hi, I would like to ask you about document's encoding? I founded getEncoding()function of DOMDocument class that returns content of XML declaration. Is there any other function that returns me real document's encoding? Xerces has to check document's encoding by itself (Byte Order Mark etc.) and can