Enterprise Administration > Windchill Export and Import > Import and Export Policies, Mapping Rules, and Conflict Messages > Mapping Through XSL Transformation
  
Mapping Through XSL Transformation
You can apply an XSL script to a source file by specifying the script in the XML file that contains the user settings. Set the property xsl.filename in the <properties> element of that file to the full path name of the XSL script file name. The following example of a mapping file shows how to refer to an XSL script with the location C:\\script1.xsl:
<?xml version="1.0" encoding="UTF-8"?>
<userSettings>
<properties>
xsl.filename=C:\\script1.xsl
</properties>
</userSettings>