Show TOC Start of Content Area

Background documentation SAX Providers  Locate the document in its SAP Library structure

Steps to register a SAX transformer in the transformation service. 

Implementation

Content developers must create their own class derived from TransformersProvider class and overwrite the method getSAXHandler(ITransformerInformation info) that returns a new instance of SAX handler inherited from EPSAXDefaultHandler. A simple implementation of the method is to take the class name from the ITransformerInformation and instantiate it.

Portalapp.xml File

The only change from the settings for a simple provider is the class name of the service.

 

End of Content Area