Skip to content

Commit

Permalink
Move base namespace normaliser transform into the mdx tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 6, 2012
1 parent 879911c commit 3a4c8fb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
p:id="normaliseNamespaces">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/ns_norm.xsl"/>
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/ns_norm.xsl"/>
</bean>
</property>
</bean>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_export.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!--
Import templates for basic normalisation.
-->
<xsl:import href="../../build/ns_norm.xsl"/>
<xsl:import href="../ns_norm.xsl"/>


<!--
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_fragment.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!--
Import templates for basic normalisation.
-->
<xsl:import href="../../build/ns_norm.xsl"/>
<xsl:import href="../ns_norm.xsl"/>


<!--
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_test.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!--
Import templates for basic normalisation.
-->
<xsl:import href="../../build/ns_norm.xsl"/>
<xsl:import href="../ns_norm.xsl"/>


<!--
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_uk.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!--
Import templates for basic normalisation.
-->
<xsl:import href="../../build/ns_norm.xsl"/>
<xsl:import href="../ns_norm.xsl"/>


<!--
Expand Down

0 comments on commit 3a4c8fb

Please sign in to comment.