Bob Jamison wrote: > One of the stated goals of X2 was to have different > footprints for different needs. Does XNI impose too > many dependencies to realize this, maybe?
XNI has absolutely no dependencies on external APIs. So you can build pure XNI compliant parsers that don't need SAX or DOM. And most of the Xerces2 reference implementation of XNI is not dependent on these APIs, either. I say "most" because the XML Schema validation code uses DOM to hold the grammar documents in memory as the grammar is compiled for internal use in validation. -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
