inlineStr XML structure is <c><is><t>. This was being parsed incorrectly when streaming (because has_value wasn't being set to true) and when reading the whole file (because the <t> was ignored). [closes #445]