gloridel wrote:
> Hello all
> 
> Currently trying to learn SAX . I got till the
> ContentHandling/attributes/values and got stuck with getting an entity.
> 
> <test>TheValue</test>
That's not an entity. The character data of an element is reported through
the characters() function.

Dave

Reply via email to