Andy Clark wrote: > The notifications are made BUT there are certain features > and properties that are not allowed to be set during parsing. > Some of these include the "namespaces" and "validation" > features. In the case of the pull-parser configuration, when > you call setInputSource, that is the beginning of the parse. > From that point on, certain features will not take affect.
wouldnt it be better to throw an exceptionif user tries to set features that are not allowed in this state of the parser? > This is not a bug in the XNI parser configuration framework > or Xerces2 reference implementation. Rather, this is the > nature of those features in question. Therefore, if you want > your features to be set, set them before calling the > setInputSource method. it just took me a bit of time to figure out why XNI was forgetting my settings... thanks for clarifications! alek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
