: Xerces-J 2.3.0 now available 2003-01-31 - By Joseph Kesselman
> i want to discard the old value without looking at it.
Simple SAX filtering, then. Read events in, write events out, recognize that specific context as a request to discard any incoming characters events (until the context changes) and issue your own chararacters event instead. A good SAX tutorial will probably have an example like this.
> should i use XNI?
I don't see any reason to do so, unless performance is absolutely critical or you have other requirements SAX can't address.
______________________________________ Joe Kesselman / IBM Research
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|