David Price

Ignore productionOperations for now in XSLT.

......@@ -37,7 +37,7 @@
sm:nodeX 72 ;
sm:nodeY 19 ;
sm:outputVariable "stylesheet"^^xsd:string ;
sml:sourceFilePath "/www.reportinghub.no/xslt/TRANSFORM_dpr-to-mpr-v1.0.xsl"^^xsd:string .
sml:sourceFilePath "/www.reportinghub.no/xslt/TRANSFORM_dpr-to-dpr2-v1.0.xsl"^^xsd:string .
:ReadXMLInput
rdf:type sml:ImportTextFile ;
......@@ -46,7 +46,7 @@
sm:nodeX 623 ;
sm:nodeY 9 ;
sm:outputVariable "input"^^xsd:string ;
sml:sourceFilePath "/www.reportinghub.no/test/dpr/testcase/Field Vega - BAA Vega/tqedits/Daily Production Vega Unit 2012-10-14-ONE-FLOW.xml"^^xsd:string .
sml:sourceFilePath "/www-test.reportinghub.no/dpr1/testcases/Field Vega - BAA Vega/Daily Production Vega Unit 2012-10-14.xml"^^xsd:string .
:SaveTransformResult
rdf:type sml:ExportToTextFile ;
......@@ -54,5 +54,5 @@
sm:nodeX 354 ;
sm:nodeY 316 ;
sml:replace "true"^^xsd:boolean ;
sml:targetFilePath "RESULT-generated-dpr2.xml"^^xsd:string ;
sml:targetFilePath "/www.reportinghub.no/test/dpr/RESULT-generated-dpr2.xml"^^xsd:string ;
sml:text "{?xmlContent}"^^xsd:string .
......
......@@ -38,6 +38,12 @@
</xsl:template>
<!-- IGNORE productionOperationSet for now -->
<xsl:template match="dpr:productionOperationSet">
</xsl:template>
<!-- productVolumeSet -> only children -->
<xsl:template match="dpr:productVolumeSet">
......