5 Jul
2005
5 Jul
'05
1:35 a.m.
Hi All, We've been doing some testing with the 1.33 CVS Head and there appears to be a bug in the xml serialization. If the tag name has a 0 character in it (not at the start) an exception is thrown. Looking in the source for basic_xml_oarchive.ipp it seems like there is an error in the lookup_table array. Where it's trying to allow 0-9 and the : char to be valid it is actually allowing 1-9 : and ;. Anyone else experienced this or have I got the wrong end of the stick? Cheers, Brett