Show TOC Start of Content Area

Background documentation Creating a Provider Step-by-Step  Locate the document in its SAP Library structure

Following steps are necessary to create a PAR file for a transformer provider:

·        Create a simple empty provider PAR as defined above or use an example from the PDK.

·        Edit portalapp.xml according to the steps previously described (Simple provider, SAX Provider).

·        Create/Edit the transformers.xml file.

·        Create the XSL and SAX transformers and add them to the PAR file.

·        If needed, implement SAX loader.

·        Implement the  ResourceBundle provider and create the localization files (if needed).

·        Implement a customized implementation (if needed).

·        Deploy the PAR file.

·        Now your transformers must be available in the XML iView wizard and editor.

 

End of Content Area