John, I went ahead and upgraded to Xerces 2.0.1, and now I have a problem; the old 'validation/dynamic' feature no longer seems to work. If I enable the 'http://xml.org/sax/features/validation' feature, it prints errors if the file in question does not define a DTD or schema. This is very annoying and cannot be used in practice because it would require the users of jEdit to manually enable and disable validation depending on the file having a grammar or not. The 'validation/dynamic' feature in Xerces 1.4.4 would validate if a DTD or schema was present, and fail silently if not.
On Wed, 2002-03-06 at 11:52, John Utz wrote: > Hello Slava; > > in xerces-j 2 there is a sample app called ASModel that will share the > elements of a schema with you. > > but i dont think this functionality is available in 1.4.4..... > > if you are avoiding using v2 for stability, i would go ahead and try it, > it works pretty well for me.... -- Slava Pestov --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
