Changes between Version 2 and Version 3 of CookBookMultiLevelMultiComponentDataModel
- Timestamp:
- Aug 4, 2005, 3:46:00 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookMultiLevelMultiComponentDataModel
v2 v3 1 = CookBook - Data Model =1 = CookBook - Data Model = 2 2 3 3 == Multiple Levels and Multiple Components == … … 27 27 return self.headline 28 28 }}} 29 30 This is fantastic. It's convenient. ''But''... what if we have more than just two "levels"? What if our document data is divided into two types of data, say "summary" and "details"? And what if each of these views then has potentially multiple paragraphs?