jerome.mariette wrote:

Thanks for your answer,
I catch this error when I try to parse the date (to get the dday):
     terminate called after throwing an instance of
'xercesc_2_7::SchemaDateTimeException'

when executing the following code:
     XMLDateTime* creationdate = new XMLDateTime();
     creationdate->parseDateTime();

what am I doing wrong ?
You haven't provided a string for it to parse, so what could calling parseDateTime() possibly do?

You need to call XMLDateTime::setBuffer() with the string you want parsed.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to