Xerces-C 2.7, to be or not to be?

2005-06-02 Thread Neil Graham
Hi folks, Although I'm pretty close to agnostic about this question, I thought it was worth asking whether anyone believes sufficiently strongly in the desirability of a Xerces-C 2.7 to make it happen? The argument for this would be that it would be nice to roll recent bugfixes and features in

Re: IDREFS equivalent for XML schema?

2005-06-02 Thread Neil Graham
Hi Joanne, One of the constraints on key/keyref is that the value of the keyref must be equal to the value of the key referred to. A single value can't be equal, in XML Schema terms, with a list of values. So no, I don't believe there's any way to do what you want with identity constraints.

Re: XercesC and XercesJ web sites

2005-06-02 Thread James Berry
On Jun 2, 2005, at 12:20 PM, Navid Mehregani wrote:I just wanted to voice my opinion about the XercesC and XercesJ web sites.  The web sites are the main contact point for all the users of Xerces.  IMHO, I believe that both of the web sites are poorly designed and organized.  It would help if a bet

Re: Google Summer Of Code

2005-06-02 Thread Neil Graham
Hi James, Matt and all, This is excellent timing! Apache is one of the participating organizations in this Google effort. Members and experienced committers on Apache projects are being solicited to put proposals on this wiki [*] by around June 7; there are already a fair number of proposals

XercesC and XercesJ web sites

2005-06-02 Thread Navid Mehregani
Hello, I just wanted to voice my opinion about the XercesC and XercesJ web sites.  The web sites are the main contact point for all the users of Xerces.  IMHO, I believe that both of the web sites are poorly designed and organized.  It would help if a better job was done on these sites. Thanks,

Re: Google Summer Of Code

2005-06-02 Thread James Berry
On Jun 2, 2005, at 5:04 PM, [EMAIL PROTECTED] wrote: I found out about this program from Google the other day that would pay $5000 USD stipends ($500 USD to project, and $4500 to student coder) for spending a summer working on an open source project. There is a lot of work to do on Xerces

Google Summer Of Code

2005-06-02 Thread Matthew . Hall1
I found out about this program from Google the other day that would pay $5000 USD stipends ($500 USD to project, and $4500 to student coder) for spending a summer working on an open source project. There is a lot of work to do on Xerces 3.0, perhaps we could take advantage of this to get a lot of t

[jira] Closed: (XERCESC-1428) new iconv-transcoder algorithm

2005-06-02 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1428?page=all ] James Berry closed XERCESC-1428: Resolution: Fixed The third patch has been applied on branch jberry/3.0-unstable as revision 179673. David: you could look it over now... ;) Axel: Than

Re: svn commit: r179393 [1/5] - in /xerces/c/branches/jberry/3.0-unstable: ./ lib/ m4/ obj/ samples/ src/ src/xercesc/util/ src/xercesc/util/AtomicOpManagers/ src/xercesc/util/FileManagers/ src/xercesc/util/MutexManagers/ src/xercesc/util/NetAccessors/WinSock/ src/xercesc/util/Transcoders/Win32/

2005-06-02 Thread James Berry
A Big Kudos to Alberto for getting all the Windows support into 3.0- unstable. How's it working, Alberto? James. On Jun 1, 2005, at 11:18 AM, [EMAIL PROTECTED] wrote: Author: amassari Date: Wed Jun 1 11:18:35 2005 New Revision: 179393 URL: http://svn.apache.org/viewcvs?rev=179393&view=rev L

IDREFS equivalent for XML schema?

2005-06-02 Thread Joanne Bogart
Hi, I apologize in advance for this question, which is most likely about XML Schema and not about Xerces; however maybe somebody out there has already encountered this issue. I'm writing my first moderately complicated XML Schema; I have much more experience with dtd's. If I were writing a d

[jira] Assigned: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=all ] cargilld reassigned XERCESC-1115: - Assign To: cargilld (was: Xerces-C Developers Mailing List) > Base64Binary validation failed when length is zero >

[jira] Assigned: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=all ] cargilld reassigned XERCESC-1115: - Assign To: cargilld (was: Xerces-C Developers Mailing List) > Base64Binary validation failed when length is zero >

[jira] Commented: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread Kuba Nowakowski (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=comments#action_66870 ] Kuba Nowakowski commented on XERCESC-1115: -- problem still remains in xerces c++ 2.6 : if (getLength(content, manager) <= 0) { ThrowXMLwithMemMgr1(I

[jira] Commented: (XERCESC-1115) Base64Binary validation failed when length is zero

2005-06-02 Thread Kuba Nowakowski (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1115?page=comments#action_66870 ] Kuba Nowakowski commented on XERCESC-1115: -- problem still remains in xerces c++ 2.6 : if (getLength(content, manager) <= 0) { ThrowXMLwithMemMgr1(I

Xerces2.6.0 + icpc for itanium 2 64bits

2005-06-02 Thread Guillaume PRÊCHEUR
Hello,   We are trying to build application on itanium 2 64b ( ia64) with icpc(8.1) compiler ( for better optimization) using Xerces-C 2.6.0   We followed the JIRA bug 1311 thread concerning the icpc compiler– and downloaded the new runConfigue ( for xerces and samples )   When comp