Map101

From Commander4j Wiki
Revision as of 19:23, 10 May 2019 by Dgarratt (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


   <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