XML CIF import data to Composer Form Content block
Permalink
I have an XML file to import. This is part of the XML, where some content is being populated to a Content Block in the Main Area.
I need to get this content to go instead into a Composer Form content block. Does anyone know how to restructure this syntax to make that happen?
I need to get this content to go instead into a Composer Form content block. Does anyone know how to restructure this syntax to make that happen?
<area name="Main"> <blocks> <block type="content"> <data table="btContentLocal"> <record> <content> <![CDATA[<p>My text data</p> ]]> </content> </record> </data> </block> </blocks> </area>