<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Transformation syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535879#M2005775</link>
    <description>&lt;P&gt;Thank you Sandra, That was the push I needed.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 08:02:51 GMT</pubDate>
    <dc:creator>ole_geismar2</dc:creator>
    <dc:date>2021-11-11T08:02:51Z</dc:date>
    <item>
      <title>Transformation syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535877#M2005773</link>
      <description>&lt;P&gt;I am parsing at table named "header" to the transformation containing all the header information to my list which is built as XML.&lt;/P&gt;
  &lt;P&gt;Among these tablefields are these two:&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;"TILGANG" - the heading-text that is to be inserted in each column&lt;/LI&gt;
   &lt;LI&gt;"RGB_BACK" - the background-colour-code in RGB format, like "#FFFFFF".&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;I made a loop where I successfuly insert the header-text, using "value ref" on "tilgang" into the XML-string, but where the colour code (Interior) is fixed:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;tt:loop ref=".header" name="H"&amp;gt;&lt;BR /&gt; &amp;lt;Cell ss:StyleID="Hstock"&amp;gt;&lt;BR /&gt;   &amp;lt;Interior ss:Color="#007A37"/&amp;gt;&lt;BR /&gt;   &amp;lt;Data     ss:Type="String"&amp;gt; &amp;lt;tt:value ref="$H.tilgang"/&amp;gt;&amp;lt;/Data&amp;gt;&lt;BR /&gt; &amp;lt;/Cell&amp;gt;&lt;BR /&gt;&amp;lt;/tt:loop&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;But when I try to insert the colour code "rgb_back" in a similar way; I get a syntax error.&lt;BR /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;tt:loop ref=".header" name="H"&amp;gt;&lt;BR /&gt; &amp;lt;Cell ss:StyleID="Hstock"&amp;gt;&lt;BR /&gt;   &lt;STRONG&gt;&amp;lt;Interior ss:Color=&amp;lt;tt:value ref="$H.rgb_back"/&amp;gt;/&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;   &amp;lt;Data     ss:Type="String"&amp;gt; &amp;lt;tt:value ref="$H.tilgang"/&amp;gt;&amp;lt;/Data&amp;gt;&lt;BR /&gt; &amp;lt;/Cell&amp;gt;&lt;BR /&gt;&amp;lt;/tt:loop&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Obviously, there is something wrong with the syntax in the "Interior" line, but what?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 07:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535877#M2005773</guid>
      <dc:creator>ole_geismar2</dc:creator>
      <dc:date>2021-11-10T07:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535878#M2005774</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;Interior&amp;gt;
     &amp;lt;tt:attribute name="ss:Color" value-ref="$H.rgb_back"/&amp;gt;
   &amp;lt;/Interior&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Nov 2021 16:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535878#M2005774</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-11-10T16:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535879#M2005775</link>
      <description>&lt;P&gt;Thank you Sandra, That was the push I needed.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 08:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transformation-syntax/m-p/12535879#M2005775</guid>
      <dc:creator>ole_geismar2</dc:creator>
      <dc:date>2021-11-11T08:02:51Z</dc:date>
    </item>
  </channel>
</rss>

