teocomi / BCFier

Extensible BCF client and tools
http://bcfier.com/
GNU General Public License v3.0
120 stars 73 forks source link

error on load of a bcf #39

Closed berndhahnebach closed 7 years ago

berndhahnebach commented 7 years ago

I got an error opening a bcf saved with Allplan BIM services BIMPlus ...

screen

remove.txt testprj-testtask.bcfzip.txt

I can not tell whtat's wrong BCFier or Allplan ...

bernd

teocomi commented 7 years ago

Unfortunately their BCF file is not formatted correctly, according to the XML schema specifications boolean values have to be in lowercase: https://www.w3.org/TR/xmlschema-2/#boolean

 3.2.2.1 Lexical representation
  An instance of a datatype that is defined as ·boolean· can have the 
  following legal literals {true, false, 1, 0}. 

  3.2.2.2 Canonical representation
  The canonical representation for boolean is the set of 
  literals {true, false}. 
berndhahnebach commented 7 years ago

Thanks for pointing this out. I got in condact with development of BIM+

cheers bernd

emrazek commented 7 years ago

Problem is fixed

berndhahnebach commented 7 years ago

:-) thanks, Eduard for giving feedback here and to me per email.