|
Last change
on this file since 359 was
359,
checked in by chervol, 20 years ago
|
|
updated the adapter to save data in correct PersistentMapping? structure
|
|
File size:
779 bytes
|
| Line | |
|---|
| 1 | <configure |
|---|
| 2 | xmlns="http://namespaces.zope.org/zope" |
|---|
| 3 | xmlns:transmogrifier="http://namespaces.plone.org/transmogrifier" |
|---|
| 4 | i18n_domain="quintagroup.transmogrifier.simpleblog2quills"> |
|---|
| 5 | |
|---|
| 6 | <include package="quintagroup.transmogrifier" /> |
|---|
| 7 | <include package="quintagroup.transmogrifier" file="meta.zcml" /> |
|---|
| 8 | |
|---|
| 9 | <transmogrifier:stylesheet |
|---|
| 10 | source="marshall" |
|---|
| 11 | from="Blog" |
|---|
| 12 | to="Weblog" |
|---|
| 13 | file="blog-weblog.xsl" |
|---|
| 14 | /> |
|---|
| 15 | |
|---|
| 16 | <transmogrifier:stylesheet |
|---|
| 17 | source="marshall" |
|---|
| 18 | from="BlogEntry" |
|---|
| 19 | to="WeblogEntry" |
|---|
| 20 | file="blogentry-weblogentry.xsl" |
|---|
| 21 | /> |
|---|
| 22 | |
|---|
| 23 | <transmogrifier:stylesheet |
|---|
| 24 | source="marshall" |
|---|
| 25 | from="BlogFolder" |
|---|
| 26 | to="Folder" |
|---|
| 27 | file="blogfolder-folder.xsl" |
|---|
| 28 | /> |
|---|
| 29 | |
|---|
| 30 | </configure> |
|---|
Note: See
TracBrowser
for help on using the repository browser.