Difference between revisions of "Map101"

From Commander4j Wiki
Jump to: navigation, 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">...")
 
 
(One intermediate revision by the same user not shown)
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.

Latest revision as of 19:30, 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.