Re: macosx and sockets implementation question

2004-12-28 Thread James Berry
Hey Chris, I guess I missed your first posting on this issue. No, there's no reason this should not be a part of the Mac OS port, and I'll try to get it in shortly. I've been meaning to get around to this myself. Thanks for the patch. -jdb On Dec 28, 2004, at 10:05 AM, Chris Cates wrote: Sin

Re: macosx and sockets implementation question

2004-12-28 Thread Alberto Massari
Hi Chris, I am not an expert on MacOS, but I was wondering if this change is only compatible with MacOS X; does MacOS 9 (and earlier) have support for BSD sockets? Alberto At 12.05 28/12/2004 -0600, Chris Cates wrote: Since I haven't heard anything from anyone on the email below, I was wondering

Re: macosx and sockets implementation question

2004-12-28 Thread James Berry
Patch committed. Thanks! Please verify. -jdb On Dec 28, 2004, at 10:05 AM, Chris Cates wrote: Since I haven't heard anything from anyone on the email below, I was wondering if anyone would have an issue with me submitting the following change: //xerces-c-src_2_6_0/src/xercesc/util/Platf

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Tobias Sager (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57105 ] Tobias Sager commented on XERCESC-1318: --- No, I am building with Visual Studio .NET. I followed the instructions here: http://xml.apache.org/xerces-c/build-misc.html#I

[jira] Reopened: (XERCESC-964) ICULCPTranscoder::transcode memory leak

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-964?page=history ] Alberto Massari reopened XERCESC-964: - Assign To: (was: Xerces-C Developers Mailing List) > ICULCPTranscoder::transcode memory leak > ---

[jira] Closed: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=history ] Alberto Massari closed XERCESC-1319: Resolution: Duplicate Hi Alex, I am closing this bug as duplicate of http://nagoya.apache.org/jira/browse/XERCESC-964. At the same time, I a

[jira] Commented: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alex R. Herbstritt (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=comments#action_57103 ] Alex R. Herbstritt commented on XERCESC-1319: - Ah! Excellent - Thank you. So my bug is a DUP. I am actually using the XML4C version 5.2.0 - which is Xerces 2.2

[jira] Commented: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=comments#action_57102 ] Alberto Massari commented on XERCESC-1319: -- Hi Alex, the file you are looking at seems to come from the old directory structure (src/util/Transcoders) instead of

Parse a String

2004-12-28 Thread allannoliveira
Hi, how I could parse a string in memory in Xerces-C? I want to parse a string (const char*) returned from a function that is in XML format. In documentation I only found the parse() function that receives a file name as parameter. Thank you ___ Allan

[jira] Updated: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alex R. Herbstritt (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=history ] Alex R. Herbstritt updated XERCESC-1319: Attachment: saxbug01cz.xml Including xml file that produces the buffer overrun. > Buffer overflow in ICULCPTranscoder::transcode > --

[jira] Commented: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alex R. Herbstritt (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=comments#action_57100 ] Alex R. Herbstritt commented on XERCESC-1319: - Alberto, Thanks for looking at this so quickly. Here are my responses to your numbered items. (Not in order) 1)

Re: macosx and sockets implementation question

2004-12-28 Thread Chris Cates
Excellent! Thanks very much, James. -Chris [EMAIL PROTECTED] On Dec 28, 2004, at 12:21 PM, James Berry wrote: Hey Chris, I guess I missed your first posting on this issue. No, there's no reason this should not be a part of the Mac OS port, and I'll try to get it in shortly. I've been meaning t

RE: macosx and sockets implementation question

2004-12-28 Thread Scott Cantor
> Since I haven't heard anything from anyone on the email below, I was > wondering if anyone would have an issue with me submitting the > following change: +1 from me, I lost a day to this missing code when I couldn't figure out what the heck was happening. -- Scott

Re: macosx and sockets implementation question

2004-12-28 Thread Chris Cates
Since I haven't heard anything from anyone on the email below, I was wondering if anyone would have an issue with me submitting the following change: //xerces-c-src_2_6_0/src/xercesc/util/Platforms/MacOS/ MacOSPlatformUtils.cpp 78a79,80 > #elif defined(XML_USE_NETACCESSOR_SOCKET)

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57095 ] Alberto Massari commented on XERCESC-1318: -- Hi Tobias, are you using the packageBinaries.pl script to modify the project file to use ICU as transcoder? Alberto

[jira] Resolved: (XERCESC-647) problem cloning DOMDocument

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-647?page=history ] Alberto Massari resolved XERCESC-647: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed A fix is in CVS. Please verify. Alberto > problem cloning DO

[jira] Resolved: (XERCESC-824) Date validation is not working

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-824?page=history ] Alberto Massari resolved XERCESC-824: - Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed I run the testcase using Xerces 2.6 and it looks like the bug

[jira] Resolved: (XERCESC-1177) Wrong overload chosen in XercesStep::serialize()

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1177?page=history ] Alberto Massari resolved XERCESC-1177: -- Assign To: (was: Xerces-C Developers Mailing List) Resolution: Fixed A fix in in CVS. Please verify. Alberto > Wrong overload

Re: [jira] Commented: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Commented: (XERCESC-1319) Buffer overflow in ICULCPTranscoder::transcode

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1319?page=comments#action_57089 ] Alberto Massari commented on XERCESC-1319: -- Hi Alex, I have some questions regarding your bug report: 1) you say that the API to be fixed is ICULCPTranscoder::tra