QXtend Inbound Queue Manager > QXI Transformation Engine > Create an XSLT Mapping Specification
  
Create an XSLT Mapping Specification
For a given proprietary XML document such as syncCustomer.prp, where .prp is the proprietary file extension, identify the target QDoc. Using the schemas for that QDoc, create an XSLT mapping specification to follow during transformation of a .prp file to the .req QDoc format. Store the mapping specification in:
TOMCAT_HOME/webapps/<QXI webapp>/WEB-INF/mappingSpecs
Although the file name can be anything, the mapping specification file name could include the document standard, a version number, the document type, and the destination; for example:
prpxml-001-synccust-eB2qdoc.xsl
In this case, prpxml is the document standard, 001 denotes the first version of the file, synccust is the document type, and eB2qdoc is the destination. The document standard is a value you create and assign for reference purposes in QXI configuration files.