<?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: Tag XML su ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378967#M1994073</link>
    <description>&lt;P&gt;Grazie mille!&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 10:38:00 GMT</pubDate>
    <dc:creator>former_member788104</dc:creator>
    <dc:date>2021-03-31T10:38:00Z</dc:date>
    <item>
      <title>Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378961#M1994067</link>
      <description>&lt;P&gt;I am generating an XML from abap transaction "XSLT_TOOL". How do I edit a tag that refers to the xml name space? I have to create a tag that contains the ":" and that through the simple transformation I cannot insert (the specific tag is cbc: ID). Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378961#M1994067</guid>
      <dc:creator>former_member788104</dc:creator>
      <dc:date>2021-03-30T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378962#M1994068</link>
      <description>&lt;P&gt;I don't understand the issue. Why can't you?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 11:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378962#M1994068</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-30T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378963#M1994069</link>
      <description>&lt;P&gt;I'm not sure to understand the exact problem. In XML, generally speaking you must use xmlns:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;cbc:mytag xmlns:cbc="anything"&amp;gt;
  &amp;lt;cbc:myothertag/&amp;gt;
&amp;lt;/cbc:mytag&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378963#M1994069</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-31T08:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378964#M1994070</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 08:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378964#M1994070</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-31T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378965#M1994071</link>
      <description>&lt;P&gt;in thise image there is the error (simple trasformation)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1906756-simple.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;In thise image there is a new program with XSLT language that i made. Also in this case the result is negative&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1906757-xslt.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Tanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 09:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378965#M1994071</guid>
      <dc:creator>former_member788104</dc:creator>
      <dc:date>2021-03-31T09:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378966#M1994072</link>
      <description>&lt;P&gt;If you use a namespace, referred by "cbc" prefix in your case, you must declare the prefix and namespace once, where it's needed, for instance:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;cbc:ID xmlns:cbc="anything" tt:value-ref="CUSTOMER.CBCID"/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or at the very top of the XML document so that it can be referred by all XML nodes (elements and attributes) in the document, or any place between:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;tt:transform ... xmlns:cbc="anything"&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;CUSTOMER xmlns:cbc="anything"&amp;gt;
  &amp;lt;cbc:ID tt:value-ref="CUSTOMER.CBCID"/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 09:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378966#M1994072</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-31T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tag XML su ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378967#M1994073</link>
      <description>&lt;P&gt;Grazie mille!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 10:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tag-xml-su-abap/m-p/12378967#M1994073</guid>
      <dc:creator>former_member788104</dc:creator>
      <dc:date>2021-03-31T10:38:00Z</dc:date>
    </item>
  </channel>
</rss>

