<?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: xml simple transformation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849505#M1958096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you consider to use &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenst_flow_control.htm"&gt;conditionals&lt;/A&gt;, e.g. &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenst_data.htm"&gt;assertions&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;An assertion can be used to assign a value to a data node without the node being filled by the inbound stream. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;Horst&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 10:40:38 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2016-07-21T10:40:38Z</dc:date>
    <item>
      <title>xml simple transformation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849504#M1958095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have to read an xml file and transform it.&lt;/P&gt;&lt;P&gt;I've created a simple transformation and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get the problem, the xml file looks not always the same,&lt;/P&gt;&lt;P&gt;some nodes exists sometimes, somethimes not.&lt;/P&gt;&lt;P&gt;If a node is missing, my simple transformation fails with the message "Node xx expected"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849504#M1958095</guid>
      <dc:creator>dmi</dc:creator>
      <dc:date>2016-07-21T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: xml simple transformation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849505#M1958096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you consider to use &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenst_flow_control.htm"&gt;conditionals&lt;/A&gt;, e.g. &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenst_data.htm"&gt;assertions&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;An assertion can be used to assign a value to a data node without the node being filled by the inbound stream. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 12.8px; background-color: #fefeff;"&gt;Horst&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 10:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849505#M1958096</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-07-21T10:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: xml simple transformation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849506#M1958097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Horst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tt:d-cond&amp;gt; in front of the node who can be missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regard&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-simple-transformation/m-p/11849506#M1958097</guid>
      <dc:creator>dmi</dc:creator>
      <dc:date>2016-07-21T15:45:25Z</dc:date>
    </item>
  </channel>
</rss>

