Re: setDoSchema problem

2002-01-30 Thread Tinny Ng
ould be "blah" in each case, correct? > > Matthew > > -Original Message- > From: Tinny Ng [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 12:06 PM > To: [EMAIL PROTECTED] > Subject: Re: setDoSchema problem > > I think there is a bug in t

RE: setDoSchema problem

2002-01-30 Thread Duncan Foo
ubject: Re: setDoSchema problem I think there is a bug in the startElement callback Anyway, please open a bugzilla bug to keep track of it. Thanks! Tinny Duncan Foo wrote: > Hi, > > I'm using xerces 1.5.2 under Linux. I've noticed something strange > when toggling schema

Re: setDoSchema problem

2002-01-30 Thread Tinny Ng
I think there is a bug in the startElement callback Anyway, please open a bugzilla bug to keep track of it. Thanks! Tinny Duncan Foo wrote: > Hi, > > I'm using xerces 1.5.2 under Linux. I've noticed something strange > when toggling > schemas on a DOM parser. > > Take this sample docume

setDoSchema problem

2002-01-29 Thread Duncan Foo
Hi, I'm using xerces 1.5.2 under Linux. I've noticed something strange when toggling schemas on a DOM parser. Take this sample document: http://www.bar.org/schemas"; xmlns:foo="http://www.foo.org/schemas"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";