Developer forum

Forum » CMS - Standard features » Export pages made with item based repository

Export pages made with item based repository

Peter Terkildsen
Reply

Dynamicweb contains the possibility of exporting and import pages/paragraphs via XML. 

Does this also work with content made with the new items

Regards,

Peter


Replies

 
Morten Bengtson
Reply

No. Unfortunately we need to use Data Integration for importing/exporting the item data. The exported website XML only contains references to the items...

<Page>
	...
	<PageItemType>MyType</PageItemType>
	<PageItemId>1</PageItemId>
</Page>

<Paragraph>
	...
	<ParagraphItemType>MyType</ParagraphItemType>
	<ParagraphItemId>2</ParagraphItemId>
</Paragraph>

Bummer!

 

You must be logged in to post in the forum