source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/tests/test_import.cfg @ 1489

Last change on this file since 1489 was 1489, checked in by koval, 14 years ago

reverted to correct package name in tests

File size: 843 bytes
Line 
1[transmogrifier]
2pipeline =
3    source
4    substitution
5    constructor
6    xslt
7    datacorrector
8    demarshaller
9    referencesimporter
10include = quintagroup.transmogrifier:import.cfg
11
12[source]
13blueprint = quintagroup.transmogrifier.simpleblog2quills.tests.source
14source = marshall
15allow-empty-items = yes
16items =
17#   path;                        type;       file
18    blog;                        Blog;       blog.xml
19    blog/root-entry;             BlogEntry;  root_entry.xml
20    blog/folder;                 BlogFolder; folder.xml
21    blog/folder/folder-entry;    BlogEntry;  folder_entry.xml
22
23[substitution]
24blueprint = quintagroup.transmogrifier.substitution
25key = _type
26Blog = Weblog
27BlogEntry = WeblogEntry
28BlogFolder = Folder
29
30[xslt]
31blueprint = quintagroup.transmogrifier.xslt
32source = marshall
33from-key = _old_type
34to-key = _type
Note: See TracBrowser for help on using the repository browser.