Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix for MDA 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 11, 2013
1 parent 4fca5c0 commit 0c8fdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<!-- transform into a fragment using our local conventions -->
<bean id="importTransform" parent="XSLTransformationStage"
p:id="importTransform">
<property name="xslResource">
<property name="XSLResource">
<bean parent="ClasspathResource">
<constructor-arg value="uk/import.xsl"/>
</bean>
Expand All @@ -264,7 +264,7 @@
<!-- normalise namespaces in a specific way -->
<bean id="normalizeFragment" parent="XSLTransformationStage"
p:id="normalizeFragment">
<property name="xslResource">
<property name="XSLResource">
<bean parent="FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/ns_norm_fragment.xsl"/>
</bean>
Expand Down

0 comments on commit 0c8fdfc

Please sign in to comment.