use an <item> field when serializing a table to xml
This commit is contained in:
@@ -125,13 +125,13 @@ void XMLExpression::esc(const pt::Space & space, pt::TextStream & stream, const
|
||||
|
||||
void XMLExpression::put_value_list_opening_index(size_t index, const FT & field_type)
|
||||
{
|
||||
(*out_stream) << L"<_" << index << L">";
|
||||
(*out_stream) << L"<item index=\"" << index << L"\">";
|
||||
}
|
||||
|
||||
|
||||
void XMLExpression::put_value_list_closing_index(size_t index, const FT & field_type)
|
||||
{
|
||||
(*out_stream) << L"</_" << index << L">";
|
||||
(*out_stream) << L"</item>";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user