Skip to Content
0
Former Member
Sep 20, 2006 at 07:58 AM

Call transformation XSLT and long note string in XML

36 Views

Hi

Using call transformation (XSLT scheme) to convert XML file to html the problem is that line breaks in xml are ignored when passing the call tranformation.

<b>Note in xml look like:</b>

<com:Note><![CDATA[

Serie 87% 0,000000

Amount in this period 01-01-2006 - 01-07-2006 - 180 days

Currency 16.267.117,38 DKK

Loan DKK 14.332.700,00

Debt 7.358.534,23

Indexsfactor 226,230

]]></com:Note>

<b>When HTML displayed in sap, - note is just a long string which continue out of the screen. Note looks like:</b>

Serie 87% 0,000000Amount in this period 01-01-2006 - 01-07-2006 - 180 daysCurrency 16.267.117,38 DKKDebt 7.358.534,23Indexsfactor 226,230

<i>What to do ? Any ideas ?</i>