DOM Events

2002-11-27 Thread Afanasyev Alexey
Hi All! Does somebody know when DOM events will be realized in Xerces-C++? If such plans exist. Thanks, Alexei - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 13801] - cygwin libxerces-c.dll symlinks misleading

2002-11-27 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 13801] - cygwin libxerces-c.dll symlinks misleading

2002-11-27 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 7077] - ICUMsgLoader doesn't load messages!

2002-11-27 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_bug

DO NOT REPLY [Bug 11915] - Utility for freeing memory

2002-11-27 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 13804] - update build and installation docs for cygwin

2002-11-27 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 14912] - Crash in the schema validator

2002-11-27 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 13804] - update build and installation docs for cygwin

2002-11-27 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 14912] New: - Crash in the schema validator

2002-11-27 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: Doubts about schemas

2002-11-27 Thread Tinny Ng
http://xml.apache.org/xerces-c/schema.html has the details. Tinny - Original Message - From: "Esther Parrilla Endrino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 12:53 PM Subject: Doubts about schemas Hi! I´d like to know if Xerces for C++ already suppo

Re: How can I write a DOMDocument faster?

2002-11-27 Thread Tinny Ng
Upcoming release, i.e. Xerces-C++ 2.2 , planned to be available before x'mas. Tinny - Original Message - From: "Dave Hoffer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 1:21 PM Subject: RE: How can I write a DOMDocument faster? What release version will

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

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

SAX2 XMLFilter interface some questions

2002-11-27 Thread Jeffrey Rodriguez
Was looking over Xerces-c source and couldn't find XMLFilter interface implementation. I read a message around March where somebody posted source for a XMLFilter interface implementation. I want to be able to intercept and process SAX content events as a consumer of events and then in turn being

RE: How can I write a DOMDocument faster?

2002-11-27 Thread Dave Hoffer
What release version will this be in? -dh -Original Message- From: Tinny Ng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:15 PM To: [EMAIL PROTECTED] Subject: Re: How can I write a DOMDocument faster? I have just modified the LocalFileFormatTarget to have some bufferin

Re: How can I write a DOMDocument faster?

2002-11-27 Thread Tinny Ng
I have just modified the LocalFileFormatTarget to have some buffering. It should be faster now. Tinny - Original Message - From: "Dave Hoffer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 8:04 AM Subject: RE: How can I write a DOMDocument faster? Thank

Re: Doubts about schemas

2002-11-27 Thread Jeffrey Rodriguez
Hi Esther, Xerces C++ support Schema validation as defined by W3C. There are some limitations ( for this refer to release notes since this is always changing). For samples look at the Xerces samples ( download Xerces and look into the samples directory). Most samples have switches that turn on Sche

RE: transcode - old pain (deleting transcoded string)

2002-11-27 Thread Samar Lotia
Are you using a xerces binary built with VC++ 6? VC7 (i.e. .NET) has a different C runtime DLL. Samar Lotia -Original Message- From: Zdenek Nemec [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 2:28 AM To: [EMAIL PROTECTED] Subject: transcode - old pain (deleting transcoded

Re: transcode - old pain (deleting transcoded string) SOLVED

2002-11-27 Thread Zdenek Nemec
i 've realized that problem could be in buffer size in bool XMLString::copyNString ( XMLCh *const target, const XMLCh *const src, const unsigned int maxChars ) in doc is noted that budffer size should be atLeast (?!) +1 to maxChars - so i guess that terminator is placed by copyNString at the maxC

Re: FormatPrettyPrint implementation

2002-11-27 Thread Gareth Reakes
Hi, On Wed, 27 Nov 2002 [EMAIL PROTECTED] wrote: > wrt to fitting in with spec. > If an element is defined as mixed by a DTD then you can't insert or remove > white space for the purposes of being 'human readable' because if the > whitespace is important then what the human reads (after pretty

transcode - old pain (deleting transcoded string)

2002-11-27 Thread Zdenek Nemec
dear list, i found myself stuck again in XMLString::transcode( ), **after** following function (ie. in strX destructor ( deleting transcoded string) ) i'll get ( in VC7 on w2k box ) message: Unhandled exception at 0x1020a1fd (msvcr70d.dll) and break at dbgheap.c line 1154 please note i am