Entering content frame

Process documentation Transforming Without Stylesheet Locate the document in its SAP Library structure

Purpose

This procedure is almost the same as Transforming without Stylesheet – Converting. The difference is that when getting the transformer instance with newTransformer, another overload is used.

Process Flow

That is newTransformer( Source source):

Transformer transformer = factory.newTransformer( new StreamSource ( new FileReader(“mystylesheet.xsl”));

 

Leaving content frame