: Xerces-J 2.3.0 now available 2003-01-31 - By Andy Clark
Soosai, Lourdhu Vasanth wrote: > how can i change the characters value while parsing using SAX > like > <name > nameOne</name> > > how would i change it to > > <name > nameTwo</name> > without really constructing a string buffer.
You can't. You must buffer the text because SAX allows text to be sent to the application using multiple calls to the characters method.
-- Andy Clark * andyc@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|