Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread James Berry
+1. Thanks for getting all this together, Neil. James. On Nov 14, 2004, at 8:21 PM, Neil Graham wrote: Hello all Xerces developers and XML PMC'ers, I think we're finally at the point where we can vote to transform Xerces into a top-level project of the Apache Software Foundation. The text of the

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread Neil Delima
Here's my +1. Thanks, Neil. Neil Graham/Toronto/[EMAIL PROTECTED] wrote on 11/14/2004 11:21:54 PM: > Hello all Xerces developers and XML PMC'ers, > > I think we're finally at the point where we can vote to transform Xerces > into a top-level project of the Apache Software Foundation.  The t

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread Gareth Reakes
Hey all, My first mail only seemed to hit the pmc list - sorry if this is a duplicate for you. Thanks for the nomination Neil, +1 from me. Gareth On 15 Nov 2004, at 5:24, Michael Glavassevich wrote: Neil, thanks for all the hard work you've put in to get us to this point. +1 from me.

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread Gareth Reakes
Hi all, Thanks for the nomination for chair Neil. +1 Gareth On 15 Nov 2004, at 4:21, Neil Graham wrote: Hello all Xerces developers and XML PMC'ers, I think we're finally at the point where we can vote to transform Xerces into a top-level project of the Apache Software Foundation. The tex

Re: [VOTE]: motion to transform Xerces into a top-level project

2004-11-15 Thread Alberto Massari
Hi Neil, here is my +1 vote. Thanks, Alberto P.S. there is an extra '?' in the licensing part of the document 10 LICENSING === 10.1 All contributions to the Apache Xerces project adhere to the Apache Software Foundation License, v.2.0 (http://www.apache.org/licenses/LICENSE-2.0)? --

Re: validating against multiple XSD File

2004-11-15 Thread Endre Magyari
Thanks Erik, That solved my problem! Endre. On Mon, 15 Nov 2004 09:42:10 +0100, Erik Rydgren <[EMAIL PROTECTED]> wrote: Well it looks to me that you are trying to reference a type. Try referencing an element instead. Declare a math element in your math scema and reference to it. http://w

RE: validating against multiple XSD File

2004-11-15 Thread Erik Rydgren
Well it looks to me that you are trying to reference a type. Try referencing an element instead. Declare a math element in your math scema and reference to it. http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.isis.vanderbilt.edu/2004/schemas/math"; xmlns:math="http://www.isis.

Re: validating against multiple XSD File

2004-11-15 Thread Endre Magyari
Dear Gareth, You need to declare a prefix that binds to the uri for mathType and reference it via that. The prefix has been declared: xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.