Re: validating against multiple XSD File

2004-11-15 Thread Endre Magyari
and the reference should be This should do the trick. / Erik -Original Message- From: Endre Magyari [mailto:[EMAIL PROTECTED] Sent: den 15 november 2004 09:35 To: [EMAIL PROTECTED] Subject: Re: vali

RE: validating against multiple XSD File

2004-11-15 Thread Erik Rydgren
From: Endre Magyari [mailto:[EMAIL PROTECTED] > Sent: den 15 november 2004 09:35 > To: [EMAIL PROTECTED] > Subject: Re: validating against multiple XSD File > > Dear Gareth, > > > > >> > >> > >> > >&g

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.

Re: validating against multiple XSD File

2004-11-14 Thread Gareth Reakes
Hi, On 14 Nov 2004, at 20:29, Endre Magyari wrote: You need to declare a prefix that binds to the uri for mathType and reference it via that. EG http://www.isis.vanderbilt.edu/2004/schemas/math"; > Gareth -- Ga