+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
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
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.
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
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)?
--
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
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.
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.