Can somebody tell me, how to add default data for taxonomy fields in xml... currently i am doing this is a basic way, but not working...
<Data>
<Rows>
<Row>
<Field Name="TaxonomyField">DefaultValue</Field> // this is taxonomy field
<Field Name="HtmlField">
<![CDATA[ <div><strong>Hi,</strong></div>
<div>Sample data</div>
]]>
</Field>
</Row>
</Rows>
</Data>