SimpleFramwork XML: Element with Inner Text and Child Elements
问题 I have the following situtation in deserializing xml using SimpleFramework of specific format that cannot be changed... <Question ID="Q1"> THIS INNER TEXT IS THE ISSUE <Criteria Type="Normal" Source="OEM"> <Value Type="0">45.7</Value> <Value Type="100">42.7</Value> </Criteria> <Criteria Type="Impact" Source="OEM"> <Value Type="0">45.7</Value> <Value Type="100">42.7</Value> </Criteria> <!-- CRITERIA CAN HAVE ANY NUMBER --> </Question> and here is the class I wrote for Question @Root (name=