Re: How TO Insert Elements in between XML String !!!!

2001-12-07 Thread Joe Marini
Look into DOM_Node's insertBefore() and appendChild() methods. Joe - Original Message - From: "Bharatbhushan_Shetty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 7:36 AM Subject: How TO Insert Elements in between XML String Hi, I am new to XML a

DO NOT REPLY [Bug 5326] - bugs in Base64::encode and Base64::decode

2001-12-07 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 5326] New: - bugs in Base64::encode and Base64::decode

2001-12-07 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

Xerces-C++ porting to Compaq Alpha Tru64

2001-12-07 Thread Daniel Picoreau
Please answer to my professional e-mail (see at the end).   I intend to use Xerces-C++ on a Compaq Alpha Tru64 UNIX machine (Tru64 UNIX V4.0F). I saw your porting instructions in your documentation. This is my question: What could be the effort for the porting task (by experienced people)? (

RE: Scalability and multithreaded issues

2001-12-07 Thread Murphy, James
Each parser is well behaved and autonomous. As long as each thread has its own parser/stream to work on your fine. I wouldn't try parsing on different threads with the same parser instance simultaneously. (doesn't make much sense to me anyway) If you are really concerned about performance and

RE: Scalability and multithreaded issues

2001-12-07 Thread Drew Tennenbaum
Thank you for the quick response... We'll be using the SAX implementation, but we're actually just reading in small streams of data in memory. Because our InputSource is a buffer, does this mean that Xerces is fully reentrant and I don't have to do any time of synchronization on my side? Thanks,

RE: Scalability and multithreaded issues

2001-12-07 Thread Sean Forde
In my experience, Xerces C++ performs well in a multithreaded server environment. We have had upwards of 50 threads reading and writing XML documents concurrently, and performance, memory usage, etc, has been quite satisfactory. We use the DOM rather than the SAX implementations. These are not "

Scalability and multithreaded issues

2001-12-07 Thread Drew Tennenbaum
I am looking to use Xerces C++ for a project where I need multiple threads to parse XML data concurrently. I am looking for information on Xerces abililty to: Scale (memory usage, reenterability, synchronization needs?) If I were to launch 50 threads that all need to use Xerces does anyone know

Re: Attribute fixed not working?

2001-12-07 Thread joseph_kesselman
See the DOM spec. Elements have no nodeValue; you must examine their children. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 5320] New: - 1.5.2 Build fails on IRIX

2001-12-07 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

[ANNOUNCEMENT] Xerces-C++ 1.6.0. is now ready!

2001-12-07 Thread Tinny Ng
Everyone, This is to announce the much awaited release Xerces C++ 1.6.0 which brings **FULL** W3C's XML Schema recommendation version 1.0 support to Xerces-C++ XML parser! Highlights of this version: - Support W3C's XML Schema recommendation version 1.0 - New schema sample SEnumVal - Al

RE: DOMString class

2001-12-07 Thread Murphy, James
> I have a question about the DOMString class. I am writing a > JNI-based library to access Xerces-J DOMs from C++. In looking for a > decent string class to pass data around my wrapper classes, I came > across Xerces-C's DOMString class. Just out of curiosity why not use Xeces-C if you are

RE: Reading Comments from an XML file

2001-12-07 Thread Erik Rydgren
Comments are read just like any other node and will be present in the resulting DOM tree as DOM_Comment nodes. / Erik -Original Message- From: Neil Sherman [mailto:[EMAIL PROTECTED]] Sent: den 7 december 2001 13:11 To: '[EMAIL PROTECTED]' Subject: Reading Comments from an XML file Hi A

Reading Comments from an XML file

2001-12-07 Thread Neil Sherman
Hi All!! I was just wondering whether it is possible to read in the comments embeded in an XML document? If this is possible how can it be done ?? Many thanks! Neil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

DO NOT REPLY [Bug 5311] New: - Memory leak parsing XML file

2001-12-07 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