Map101: Difference between revisions
Jump to navigation
Jump to search
Created page with " <map id="map101" enabed="Y" description="NES Konnect XML Material to C4J Material Master"> <input id="in1" description="Read Konnect XML Material Master">..." |
No edit summary |
||
| Line 15: | Line 15: | ||
</output> | </output> | ||
</map> | </map> | ||
This map is used to transform a xml input file into a new xml of different structure. The actual transformation is carried out by an XSLT (Extensible Style Sheet) which in this example is called ROCKWELL_MM_FFMW_XML_to_C4J_XML.xsl | |||
Revision as of 19:23, 10 May 2019
<map id="map101" enabed="Y" description="NES Konnect XML Material to C4J Material Master">
<input id="in1" description="Read Konnect XML Material Master">
<type>XML</type>
<path>./interface/input/101 (NES Konnect XML Material)</path>
<mask/>
<pollingInterval>1000</pollingInterval>
<XSLT>ROCKWELL_MM_FFMW_XML_to_C4J_XML.xsl</XSLT>
</input>
<output id="out1" enabed="Y" description="Write C4J Material Master">
<path>./interface/output/101 (NES C4J - Material)</path>
<type>XML</type>
<XSLT/>
</output>
</map>
This map is used to transform a xml input file into a new xml of different structure. The actual transformation is carried out by an XSLT (Extensible Style Sheet) which in this example is called ROCKWELL_MM_FFMW_XML_to_C4J_XML.xsl