Re: XML validation during Cocoon build

2002-10-21 Thread Jeff Turner
On Mon, Oct 21, 2002 at 08:31:15PM +1000, David Crossley wrote: > Colin Paul Adams wrote: > > > "David" == David Crossley <[EMAIL PROTECTED]> writes: > > > > David> We could. However, proper support for Entity Catalogs is > > David> not yet in Ant. So we need to use a rudimentary catalog > > D

Re: XML validation during Cocoon build

2002-10-21 Thread Colin Paul Adams
> "Jeff" == Jeff Turner <[EMAIL PROTECTED]> writes: Jeff> tool, http://doctypechanger.sf.net for programmatically Jeff> stripping off a DOCTYPE declaration, which is the only way Jeff> to prevent DTD parsing. Not quite. If we are using Xerces then: http://xml.org/sax/features/exte

Re: XML validation during Cocoon build

2002-10-21 Thread Colin Paul Adams
> "David" == David Crossley <[EMAIL PROTECTED]> writes: >> I don't necessarily suggest integrating it into CVS, as it will >> involve adding DOCTYPEs to all the sitemap.xmap files, and this >> might add extra overhead during parsing. David> I wondered about that too. How often

Re: XML validation during Cocoon build

2002-10-21 Thread David Crossley
Colin Paul Adams wrote: > > "David" == David Crossley <[EMAIL PROTECTED]> writes: > > David> We could. However, proper support for Entity Catalogs is > David> not yet in Ant. So we need to use a rudimentary catalog > David> facility which automatically builds an internal > David> catalog. This