DO NOT REPLY [Bug 18542] - Deleting something returned by XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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 18542] - Deleting something returned by XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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 18542] - Deleting something returned by XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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 18542] - XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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 18542] - XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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 18542] New: - XMLString::transcode crashes when application is using the release build of Xerces-C++

2003-03-31 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: Implementing getTextContent

2003-03-31 Thread Gareth Reakes
Hi, Eric is correct. Take a look at http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#Node3-textContent for a more full explanation of what the method should do. Gareth On Mon, 31 Mar 2003, Erik Rydgren wrote: > Using my best judgement I'd have to say yes. CDATA secti

DO NOT REPLY [Bug 17427] - Date validation is not working

2003-03-31 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: Implementing getTextContent

2003-03-31 Thread Erik Rydgren
Using my best judgement I'd have to say yes. CDATA section should also be included. CDATA nodes is only a specialization of text nodes to prevent parsing of markup. / Erik -Original Message- From: Magnus Strand [mailto:[EMAIL PROTECTED] Sent: den 31 mars 2003 16:26 To: [EMAIL PROTECTED]

Implementing getTextContent

2003-03-31 Thread Magnus Strand
Hi, Im trying to implement DOMNode::getTextContent using code from Erik. I have made simple tests and it works good. Do you know if getTextContent also should include CDATA-sections? I need to in my project. Regards, Magnus Strand – System Develo