Hi,

pabna01 wrote:
              void characters(const XMLCh* const chars, const unsigned int
length);

The registered callbacks startElement and endElement are called during the
processing when it encounters "Sample" Element tag.But "characters" method
is not called when the xerces encounters the "Sample" element value  "data".

Could you try this version:
     void characters(const XMLCh* const chars, const XMLSize_t length);

Good luck!
        Vitaly

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to