Configuring XML Transformations

You can configure the importer to transform an arbitrary XML file into the legacy BOM text file or the XML import file which is then imported.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To define the custom XSLT transformation file (with absolute path name) to be used to transform unrecognized XML files, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.XSLTransformFile

    2. Set the value for this property as the name of the XML transformation file (including the absolute path).
  3. To define an optional extension to be used for the transformed file name, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMaterialComplianceCentral.importer.XSLTransformResultExtension

    2. Set the value for this property to a file extension.

      You should set this to txt if creating a legacy BOM file. You can set this to xml if the transform outputs XML.

  4. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxMaterialsComplianceCentral.properties page object. For more information, see Editing Properties Using MQL.