examples/text.xml in xmlss-0.4.0 vs examples/text.xml in xmlss-0.4.1
- old
+ new
@@ -4,16 +4,15 @@
<Style ss:ID="general_text">
<Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1" />
<NumberFormat ss:Format="@" />
</Style>
</Styles>
-
<Worksheet ss:Name="text">
<Table>
<Column />
<Row>
<Cell ss:StyleID="general_text">
- <Data ss:Type="String"> A blob of text with line breaks and leading space</Data>
+ <Data ss:Type="String"> A blob of <text> with line breaks, /escaped/ characters & "leading" 'space'</Data>
</Cell>
</Row>
</Table>
</Worksheet>
</Workbook>
\ No newline at end of file