View Issue Details

IDProjectCategoryView StatusLast Update
0016497Open CASCADEOCCT:Application Frameworkpublic2012-01-12 12:10
Reportervro Assigned Tovro  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.2.1 
Summary0016497: XML OCAF storage of document on disk looses "0" in "00", "000", etc.
DescriptionCreate a TDataStd_Name attribute at an OCAF label and put the name "00".
Save the document in XML.
Open it, instead of "00" the name contains only one "0".
Additional information
and documentation updates
Documentation remark, added by VRO 2007-07-06 15:48:45:

Changes:
XML OCAF reader considers "00", "000", etc. as integers and therefore, reads
them as "0".
It causes a problem to use names like "00" in TDataStd_Name attribute.
Now the nug is fixed.
The name "0000" is read by OCAF XML reader as "0000".
Modified entities:
LDOM\LDOM_XMLReader.cxx::GetInteger()
TagsNo tags attached.
Test case number

Attached Files

  • vro-occ16497-v1.rar (3,786 bytes)

Activities

2007-07-06 15:45

 

vro-occ16497-v1.rar (3,786 bytes)

Issue History

Date Modified Username Field Change
2007-07-06 17:42 bugmaster Assigned To bugmaster => vro
2007-07-06 17:42 bugmaster Status new => assigned
2007-07-06 17:46 vro Status assigned => resolved
2007-07-13 17:08 mkv Status resolved => tested
2007-07-27 16:58 bugmaster Status tested => verified
2009-06-23 19:07 bugmaster Status verified => closed
2009-06-23 19:07 bugmaster Resolution @0@ => fixed
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework
2012-01-12 12:10 atp Description Updated
2012-01-12 12:10 atp Additional Information Updated