Changes between Version 11 and Version 12 of MolgenisAddressBookExample
- Timestamp:
- 2009-08-23T18:43:46+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisAddressBookExample
v11 v12 1 [[ TOC(Doc*)]]1 [[PageOutline]] 2 2 3 3 = Creating a MOLGENIS from scratch = … … 7 7 8 8 [[Image(address-book-screenshot.JPG)]] 9 10 == Create the data model == 11 Create a new xml file ‘addressbook_db.xml’ in the root of you application. This file will contain the MOLGENIS model. Use the following template: 12 13 {{{ 14 #!xml 15 <?xml version="1.0" encoding="UTF-8"?> 16 <!DOCTYPE molgenis PUBLIC "MOLGENIS 1.0" "http://molgenis.sourceforge.net/dtd/molgenis_v_1_0.dtd"> 17 <molgenis name="addressbook"> 18 </molgenis> 19 }}}