<?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>Question Re: A doubt XSLT Mapping in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819856#M3130554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Baskar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so my code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106878" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 20:43:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-30T20:43:22Z</dc:date>
    <item>
      <title>A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaq-p/8819851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am learning XSLT mapping from article &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/000ee4d0-be91-2d10-8aaf-ff8045bdd37d?QuickLink=index&amp;amp;overridelayout=true&amp;amp;48747879635507"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/000ee4d0-be91-2d10-8aaf-ff8045bdd37d?QuickLink=index&amp;amp;overridelayout=true&amp;amp;48747879635507&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two message type, a service interface in the same SWC, The operation mapping was created in a distinct SWC. Later the test, my target message has two namespaces, the ns0xxxx and ns1xxxx. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106877" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code, I have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ac306d; font-size: 12pt; font-family: Courier New;"&gt;xsl:stylesheet &lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt;version=&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;"1.0"&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt; xmlns:xsl=&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt; xmlns:ns0="&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;&lt;A href="http://xxx"&gt;http://xxx&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt;" xmlns:ns1=&lt;A href="http://﻿y"&gt;http://&lt;/A&gt;xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is correct this? or my target message should have a namespace only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 19:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaq-p/8819851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819852#M3130550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XSL mapping adding one ns1 tag name space but that is fine,no issues. XML name space and PI name sapce.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819852#M3130550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T20:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819853#M3130551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ernesto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="color: #ac306d; font-size: 12pt; font-family: Courier New;"&gt;xsl:stylesheet &lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt;version=&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;"1.0"&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt; xmlns:xsl=&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;"&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt; xmlns:ns0="&lt;/SPAN&gt;&lt;SPAN style="color: #000090; font-size: 12pt; font-family: Courier New;"&gt;&lt;A class="jive-link-external-small" href="http://xxx"&gt;http://xxx&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #d00020; font-size: 12pt; font-family: Courier New;"&gt;" xmlns:ns1=&lt;A class="jive-link-external-small" href="http://y"&gt;http://&lt;/A&gt;xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It's totally correct but it is inneccesary the ns0 namespace in your first image because with the ns1 namespace you are pointing what is the tag namespace . It's easy to delete it with XSL or with module adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819853#M3130551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T20:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819854#M3130552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iñaki,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks for your response, my next goal is delete this namespace from XSLT code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819854#M3130552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819855#M3130553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Just Few cents.... IMO, there are two errors in your namespace declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xmlns&amp;nbsp; -&amp;gt; attribute&lt;/P&gt;&lt;P&gt;ns1 or ns0 -&amp;gt; namespace prefix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) You forgot to add quote for the namespace&amp;nbsp; i.e xmlns:ns1= "&lt;A href="http://xxx"&gt;http://xxx&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) if your namespace "&lt;A href="http://blah...blah"&gt;http://blah...blah&lt;/A&gt;" is different then you can use different namespace prefix either ns1 or ns2 or ns3. Here you use the same namespace, so you don't need different namespace prefix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819855#M3130553</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-05-30T20:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819856#M3130554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Baskar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so my code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106878" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819856#M3130554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T20:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819857#M3130555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the above code looks correct. You can also validate for syntax issues (if any) using XMLSPY or some other tool. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 20:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819857#M3130555</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-05-30T20:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819858#M3130556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ernesto,&lt;/P&gt;&lt;P&gt;You can delete one namespace easly in the XSL transformation:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;&lt;SPAN&gt;" xmlns:ns0="http..." xmlns:ns1="..." &lt;/SPAN&gt;&lt;STRONG&gt;exclude-result-prefixes="ns0"&lt;/STRONG&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 06:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819858#M3130556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819859#M3130557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iñaki,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I appreciated your help and I need a tutorial for learn the use of command as for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exclude-result-prefixes="xxx" among others.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819859#M3130557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: A doubt XSLT Mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819860#M3130558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer this ( i have learnt and created above article referring below links &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/777/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/xsl/el_stylesheet.asp"&gt;http://www.w3schools.com/xsl/el_stylesheet.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/xsl/"&gt;http://www.w3schools.com/xsl/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-doubt-xslt-mapping/qaa-p/8819860#M3130558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T13:13:45Z</dc:date>
    </item>
  </channel>
</rss>

