Re: fgDOMWRTFormatPrettyPrint causes double 0A in output

2005-03-28 Thread Lumir Vanek
Hi, thanks for link, but it's not resolve the problem. Question is: Is any reason for putting double LF to output ? If asnswer is No, right way is correct Xerces source code, not hack it by overwriting own class with complicated and hard-maintainable code. Bye, Lumir Vanek KXML Editor develop

RE: fgDOMWRTFormatPrettyPrint causes double 0A in output

2005-03-28 Thread Jesse Pelton
There's a thread in the mailing list archive that may be relevant. See http://marc.theaimsgroup.com/?l=xerces-c-dev&m=111047624410742&w=2. > -Original Message- > From: Lumir Vanek [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 27, 2005 3:04 PM > To: xerces-c-dev@xml.apache.org > Subject

RE: [jira] Commented: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-28 Thread Alberto Massari
Hi Raj, At 17.48 28/03/2005 +0900, Devanesan, Raj wrote: Hi, I just added my comments to the JIRA. I found the problem. I was doing a delete of the char* returned by XMLString::transcode(toTranscode). Once I removed the delete it works OK. I wonder why XERCES did not throw up any error / e

RE: [jira] Commented: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-28 Thread Devanesan, Raj
Hi, I just added my comments to the JIRA. I found the problem. I was doing a delete of the char* returned by XMLString::transcode(toTranscode). Once I removed the delete it works OK. I wonder why XERCES did not throw up any error / exception when I did that. I had to do the delete in my p

[jira] Closed: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-28 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1387?page=history ] Alberto Massari closed XERCESC-1387: Resolution: Invalid > Unable to parse XML files using SAX2 is not recursive > - > >

[jira] Commented: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-28 Thread Raj Devanesan (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1387?page=comments#action_61621 ] Raj Devanesan commented on XERCESC-1387: All, Thanks for your help. I have identified the issue. I am doing a delete of the char* returned by XMLString::transcode

[jira] Commented: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-28 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1387?page=comments#action_61618 ] Alberto Massari commented on XERCESC-1387: -- I don't think it's a problem caused by Initialize/Terminate; if he is starting a new parsing while the main one is stil

Re: building with g++ 3.3.3 on Suse 9.1

2005-03-28 Thread Alberto Massari
At 10.15 25/03/2005 +0100, Alberto San Jose Perez wrote: Hi, I'm building berkeley dbxml that makes use of Xerces 2.6.0 and while I was compiling the Xerces library I found the warnings I enclose in the attached file. Please, how can I get rid of them? The current version under CVS should not have