Showing
2 changed files
with
9 additions
and
3 deletions
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | sm:nodeX 72 ; | 37 | sm:nodeX 72 ; |
| 38 | sm:nodeY 19 ; | 38 | sm:nodeY 19 ; |
| 39 | sm:outputVariable "stylesheet"^^xsd:string ; | 39 | sm:outputVariable "stylesheet"^^xsd:string ; |
| 40 | - sml:sourceFilePath "/www.reportinghub.no/xslt/TRANSFORM_dpr-to-mpr-v1.0.xsl"^^xsd:string . | 40 | + sml:sourceFilePath "/www.reportinghub.no/xslt/TRANSFORM_dpr-to-dpr2-v1.0.xsl"^^xsd:string . |
| 41 | 41 | ||
| 42 | :ReadXMLInput | 42 | :ReadXMLInput |
| 43 | rdf:type sml:ImportTextFile ; | 43 | rdf:type sml:ImportTextFile ; |
| ... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
| 46 | sm:nodeX 623 ; | 46 | sm:nodeX 623 ; |
| 47 | sm:nodeY 9 ; | 47 | sm:nodeY 9 ; |
| 48 | sm:outputVariable "input"^^xsd:string ; | 48 | sm:outputVariable "input"^^xsd:string ; |
| 49 | - 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 . | 49 | + sml:sourceFilePath "/www-test.reportinghub.no/dpr1/testcases/Field Vega - BAA Vega/Daily Production Vega Unit 2012-10-14.xml"^^xsd:string . |
| 50 | 50 | ||
| 51 | :SaveTransformResult | 51 | :SaveTransformResult |
| 52 | rdf:type sml:ExportToTextFile ; | 52 | rdf:type sml:ExportToTextFile ; |
| ... | @@ -54,5 +54,5 @@ | ... | @@ -54,5 +54,5 @@ |
| 54 | sm:nodeX 354 ; | 54 | sm:nodeX 354 ; |
| 55 | sm:nodeY 316 ; | 55 | sm:nodeY 316 ; |
| 56 | sml:replace "true"^^xsd:boolean ; | 56 | sml:replace "true"^^xsd:boolean ; |
| 57 | - sml:targetFilePath "RESULT-generated-dpr2.xml"^^xsd:string ; | 57 | + sml:targetFilePath "/www.reportinghub.no/test/dpr/RESULT-generated-dpr2.xml"^^xsd:string ; |
| 58 | sml:text "{?xmlContent}"^^xsd:string . | 58 | sml:text "{?xmlContent}"^^xsd:string . | ... | ... |
| ... | @@ -38,6 +38,12 @@ | ... | @@ -38,6 +38,12 @@ |
| 38 | 38 | ||
| 39 | </xsl:template> | 39 | </xsl:template> |
| 40 | 40 | ||
| 41 | + <!-- IGNORE productionOperationSet for now --> | ||
| 42 | + | ||
| 43 | + <xsl:template match="dpr:productionOperationSet"> | ||
| 44 | + | ||
| 45 | + </xsl:template> | ||
| 46 | + | ||
| 41 | <!-- productVolumeSet -> only children --> | 47 | <!-- productVolumeSet -> only children --> |
| 42 | 48 | ||
| 43 | <xsl:template match="dpr:productVolumeSet"> | 49 | <xsl:template match="dpr:productVolumeSet"> | ... | ... |
-
Please register or login to post a comment