Opened 13 years ago

Closed 13 years ago

#746 closed defect (fixed)

Fix the issue to pase the XML doc with DATETIME field

Reported by: sunch Owned by: sunch
Priority: minor Milestone: 3.5.0
Component: General Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description

FDO doesn't parse the XML DateTime Data type like 2009-06-08T00:00:00 correctly. The reason is that the parsing process can't be terminated correctly since it doesn't take the character 'T' as the terminator character for the date string.

The fix is to enhance the FDO date time parser to succeed in parsing this kind of date string.

Attachments (1)

Lex.cpp (36.6 KB ) - added by sunch 13 years ago.

Download all attachments as: .zip

Change History (2)

by sunch, 13 years ago

Attachment: Lex.cpp added

comment:1 by sunch, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.