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

Commit

Permalink
Set static ID on export preview aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#119.
  • Loading branch information
iay committed May 23, 2017
1 parent 643c086 commit 0c884da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@
</property>
</bean>

<!--
setStaticID
Set the item's ID attribute to the static string "_".
-->
<bean id="setStaticID" parent="mda.GenerateIdStage">
<constructor-arg>
<bean parent="ukf.FixedStringIdentifierGenerationStrategy" c:_="_"/>
</constructor-arg>
</bean>


<!--
*****************************************
Expand Down Expand Up @@ -800,6 +811,7 @@
<ref bean="stripEntityScopes"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseExport"/>
<ref bean="setStaticID"/>

<bean id="uk_normaliseExportPreview" parent="mda.XSLTransformationStage"
p:XSLResource="classpath:uk/ns_norm_export_preview.xsl"/>
Expand Down

0 comments on commit 0c884da

Please sign in to comment.