MediaWiki markup transformer now generates internal links that work

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8416 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2008-03-03 14:30:11 +00:00
parent 428e92479a
commit 085c402290
9 changed files with 161 additions and 14 deletions

View File

@@ -235,7 +235,14 @@
<bean id="transformer.MediaWikiParser"
class="org.alfresco.repo.content.transform.MediaWikiContentTransformer"
parent="baseContentTransformer" />
parent="baseContentTransformer">
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="fileFolderService">
<ref bean="FileFolderService" />
</property>
</bean>
<bean id="transformer.OpenOffice"
class="org.alfresco.repo.content.transform.OpenOfficeContentTransformer"