5) Any other issues I'm not seeing?you will not have any base components? you will not be able to use Get latest and you could see warnings when you try to edit the page.there are EA's that also are set on the page.
5a) We just plan to convert our DCR data into text and images components following the format of IW's components: Text Area.component and Basic Image.component. That should work right? These are base components, right?yes you'll need to set the BaseComponent element with the version and the component path5b) We can set those EA's for the page to generic defaults initially, right?yes, the checksum is calculated from the page xml com.interwoven.livesite.common.security.getChecksum(xml);I would recomend that you use the following to verify correct formatting:com.interwoven.livesite.model.page.convertXMLToPage(xml)this will return a Page object if the xml is correctly formatted and you can then call Page.hasCollisions() to set TeamSite/LiveSite/PageCollisionsI'd be very interested in seeing what you come up with. It could be something that could be integrated into the product.
I use the database sequence for my page id.