Check out Electric XML from The Mind Electric. I hear that their parser is one of the fastest on the market.
> -----Original Message----- > From: Jason van Zyl [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 8:55 AM > To: Turbine Maven Users List > Subject: RE: b5 - unit test patterns > > On Tue, 2002-08-13 at 09:43, Vincent Massol wrote: > > Isn't it possible to run xerces in non-validating mode ? > > I think it does by default, I just want to use something faster if > possible as that's probably the biggest bottleneck at the moment. > Thought I'm going to verify with OptimizeIt. > > > -Vincent > > > > > -----Original Message----- > > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > > Sent: 13 August 2002 14:32 > > > To: Turbine Maven Users List > > > Subject: Re: b5 - unit test patterns > > > > > > On Tue, 2002-08-13 at 08:49, John Keyes wrote: > > > > On Tue, 2002-08-13 at 13:38, Jason van Zyl wrote: > > > > > On Tue, 2002-08-13 at 08:31, John Keyes wrote: > > > > > > FYI, the generated ant build file does not have any > > > > > > include pattern in the junit task's fileset child. > > > > > > > > > > > > > > > > Enter an issue with JIRA and I we'll take a look at it. Martin has > > > been > > > > > working on the ant generated build so maybe he'll take a peek at > > it. > > > > No need. When I corrected the previous error the include pattern > > > > was present. > > > > > > > > As an aside, I think maven should have warned me that my > > > > original syntax was incorrect. Is there a DTD or XML Schema > > > > for the project document? > > > > > > Yes, but we don't check it every time as once the POM is correct it > > will > > > generally stay that way. > > > > > > We also want to plug in a really fast XML parser for general use so we > > > don't want to have to use a validating parser all the time. We're > > > looking at piccolo (which I haven't been able to get to work), MinML > > and > > > Aelfred. We will keep xerces around for the POM validation. > > > > > > > -John K > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > -- > > > jvz. > > > > > > Jason van Zyl > > > [EMAIL PROTECTED] > > > http://tambora.zenplex.org > > > > > > In short, man creates for himself a new religion of a rational > > > and technical order to justify his work and to be justified in it. > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
