[jira] Resolved: (XERCESC-1494) All cyrillic symbols standing after the space are divided by space.

2005-09-13 Thread David Bertoni (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit [ http://issues.apache.org/jira/browse/XERCESC-1494?page=all ] David Bertoni resolved XERCESC-1494: Resolution: Duplicate

[jira] Updated: (XERCESC-1494) All cyrillic symbols standing after the space are divided by space.

2005-09-13 Thread Alexander (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit [ http://issues.apache.org/jira/browse/XERCESC-1494?page=all ] Alexander updated XERCESC-1494: --- Attachment: send.tar.gz > All cyrill

[jira] Created: (XERCESC-1494) All cyrillic symbols standing after the space are divided by space.

2005-09-13 Thread Alexander (JIRA)
Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit All cyrillic symbols standing after the space are divided by space. - Key: XERCESC-1494 URL: http://issues.apache.org/ji

RE: Question about MemoryManager class

2005-09-13 Thread david_n_bertoni
> Dave, > > Thanks for the reply. The reason you advise against this is because the > Xerces MemoryManager is used for all kinds of allocations, not just > strings? Every Xerces-C API or object member function that allocates memory has a MemoryManager parameter. By design, that MemoryManager i

RE: FW: Enumeration Annotations

2005-09-13 Thread Elisha Berns
>From the documentation for fgXercesGenerateSyntheticAnnotations: "Enable generation of synthetic annotations. A synthetic annotation will be generated when a schema component has non-schema attributes but no child annotation." Well, to be honest, I haven't a clue what this means. Can somebody o

RE: Question about MemoryManager class

2005-09-13 Thread Elisha Berns
Dave, Thanks for the reply. The reason you advise against this is because the Xerces MemoryManager is used for all kinds of allocations, not just strings? Elisha > Providing custom allocators for the standard library is tricky business, > depending on your compilers' implementations. Providin

Re: Question about MemoryManager class

2005-09-13 Thread david_n_bertoni
> I'm trying to understand the MemoryManager class that comes with > XercesC. Basically I would like to know what kinds of allocations is it > optimized for? The MemoryManager class is an abstract base class that allows many implementations. The default implementation just calls the standard o

RE: Downloaded xerces-c2.2.0-win32.zip is corrupt.

2005-09-13 Thread Kon Kam King, France
I used the link below in my original message. I have a problem downloading the file on my local site; must be a network problem…..Download would stop at 1.5 megabytes, instead of full size (7mn). Thanks for verifying it’s ok. I asked someone to download from another site,and send it to m

Re: FW: Enumeration Annotations

2005-09-13 Thread Jeroen N. Witmond
> I have come across several XSD schemas that also document enumeration > elements with annotations. Xerces accepts these as valid XSD on one > hand, but on the other doesn't create any annotation object(s) for the > enumeration(s). I recently and accidentally came across the XercesDOMParser Supp

RE: Downloaded xerces-c2.2.0-win32.zip is corrupt.

2005-09-13 Thread Jesse Pelton
Works for me with WinZip and with Windows XP Explorer's built-in zip browser. Which mirror did you use? (I used http://www.theshell.com/pub/apache.) From: Kon Kam King, France [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 9:00 AMTo: c-dev@xerces.apache.orgCc: c-u

FW: Downloaded xerces-c2.2.0-win32.zip is corrupt.

2005-09-13 Thread Kon Kam King, France
    From: Kon Kam King, France Sent: Monday, September 12, 2005 4:46 PM To: '[EMAIL PROTECTED]' Subject: RE: Downloaded xerces-c2.2.0-win32.zip is corrupt.     Can anybody amnswer me please? I am stucked with this.   From: Kon Kam King, France Sent: Friday, Septe

Re: Question about MemoryManager class

2005-09-13 Thread Alberto Massari
Hi Elisha, the MemoryManagerImpl class that is used by default by Xerces is simply a wrapper for the operator new/delete; you will need to create and install your own class. As a reference, you can look at the code of DOMDocumentImpl::allocate. Hope this helps, Alberto At 18.51 12/09/2005 -0

[jira] Created: (XERCESC-1493) Unable to download the xerces-c_2_6_0-hpux_11i-acc_a03.tar.gz file for relaease 2.6.0 (32 bit)

2005-09-13 Thread Venkatesh (JIRA)
Unable to download the xerces-c_2_6_0-hpux_11i-acc_a03.tar.gz file for relaease 2.6.0 (32 bit) -- Key: XERCESC-1493 URL: http://issues.apache.org/jira/browse/XERCESC-1493 Project: Xe