source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/tests/blog.xml @ 1489

Last change on this file since 1489 was 359, checked in by chervol, 18 years ago

updated the adapter to save data in correct PersistentMapping? structure

File size: 977 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?><metadata xmlns="http://plone.org/ns/archetypes/" xmlns:cmf="http://cmf.zope.org/namespaces/default/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xmp="adobe:ns:meta">
2    <dc:title>
3        Test Blog
4    </dc:title>
5    <dc:description>
6        This is test blog.
7    </dc:description>
8    <xmp:CreateDate>
9        2005-08-29T11:32:01Z
10    </xmp:CreateDate>
11    <xmp:ModifyDate>
12        2006-04-26T11:04:31Z
13    </xmp:ModifyDate>
14    <field name="id">
15        blog
16    </field>
17    <field name="displayMode">
18        descriptionOnly
19    </field>
20    <field name="displayItems">
21        15
22    </field>
23    <field name="categories">
24        Zope
25    </field>
26    <field name="categories">
27        Plone
28    </field>
29    <field name="tags">
30        Python
31    </field>
32    <field name="tags">
33        Testing
34    </field>
35    <field name="tagsEnabled">
36        True
37    </field>
38    <cmf:type>
39        Blog
40    </cmf:type>
41</metadata>
Note: See TracBrowser for help on using the repository browser.