RE: Invalid document structure

2008-06-13 Thread Sahoglu, Ozgur
Hi Harish, First of all, like Dave said, please calm down. You don't need to send your question 3 times to get an answer. You are trying to pass a file name to the MemBufInputSource. If you wanna parse a file, you need to use LocalFileInputSource. If you wanna use a memory buffer, as in your code

RE: BOM for UTF-8

2008-03-18 Thread Sahoglu, Ozgur
Hi Nicholas, UTF-8 datastreams can contain a BOM. However, UTF-8 is byte oriented and always has the same byte order. A BOM can be used as a signature, but it will make no difference to the endianness of the bytestream. I agree with you that it may be helpful to some applications to identify th

RE: Deleting a node in the memory...

2008-03-18 Thread Sahoglu, Ozgur
Hi Harshabi, The line in your email and in your code snippet won't match. Which line are you using in your program: Is it (this is from the code snippet that you sent in your later email) ((xercesc::DOMNode*)LNodeFileAddedElement)->removeChild(LNodeFileAddedEl ement->item(1)); Or LNodeFileA

RE: Xerces-C 2.9?

2008-02-27 Thread Sahoglu, Ozgur
Hi Boris, Are we branching for 3.0 and 2.9? What is the version of the trunk? Thank you, -Ozgur Sahoglu -Original Message- From: Boris Kolpackov [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 10:18 AM To: c-dev@xerces.apache.org Subject: Re: Xerces-C 2.9? Hi Jesse, Jess