Return Receipt
Your SV:HandlerBase problem with SAXXMLREADER reader
document
[EMAIL PROTECTED]
|
|cc: (bcc: David N Bertoni/Cambridge/IBM)
|
| Subject: SV:Re: SV:HandlerBase problem with S
Return Receipt
Your SV:Re: SV:HandlerBase problem with SAXXMLREADER reader
document
Return Receipt
Your SV:HandlerBase problem with SAXXMLREADER reader
document
>
>> Return Receipt
>>
>> Your SV:HandlerBase problem with SAXXMLREADER reader
>> document
>> :
>>
>> was Mike Boos/Toronto/IBM
>> received
>> by:
>>
>> at: 03/16/2004 08:20:56
>>
&g
gt; Your SV:HandlerBase problem with SAXXMLREADER reader
> document
> :
>
> was Mike Boos/Toronto/IBM
> received
> by:
>
> at: 03/16/2004 08:20:56
>
>
>
>
>
>
> ---
Return Receipt
Your SV:Re: SV:HandlerBase problem with SAXXMLREADER reader
document
Return Receipt
Your SV:HandlerBase problem with SAXXMLREADER reader
document
Return Receipt
Your SV:Re: SV:HandlerBase problem with SAXXMLREADER reader
document
Return Receipt
Your SV:HandlerBase problem with SAXXMLREADER reader
document
Looking at your code I realized that my endElement
method was badly implemented. Now it works like yours
with DefaultHandler.
thanks ,
david
--- Gröndal_Daniel <[EMAIL PROTECTED]> a
écrit : > Hi!
>
> Well, that's more or less exactly what I want to do
> as well. Since I use
> SAX2XMLReade
Hi!
Well, that's more or less exactly what I want to do as well. Since I use
SAX2XMLReader my handlerclass inherits from DefaultHandler. DefaultHandler is
used with the SAX2-api and HandlerBase is used with SAX as far as I know from
the docs. Anyway, they both provide an empty implementation for h
Hi daniel,
For instance I'm using xerces_2_4.
You are using DefaultHandler and I'm trying to use
handlerbase. The reason for that is the following
method EndElement. It doesn't display anything in my
case. However start element display properly all the
elements.
My idea is only to display some ele
Hi!
I'm doing roughly the same thing as you are:
--
class TestAppHandler : public DefaultHandler
{
public:
TestAppHandler ();
virtual ~TestAppHandler();
void startElement(const XMLCh* const uri,
const XMLCh* const localname,
14 matches
Mail list logo