<?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: How to get well structured XML format in application server ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197906#M1375626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is really in the XML the XML is syntactically wrong. But may be its just a copy&amp;amp;paste from a displayed XML via IE for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- collapse&lt;/P&gt;&lt;P&gt;+ expand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 08:27:31 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2009-10-12T08:27:31Z</dc:date>
    <item>
      <title>How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197900#M1375620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                I have developed program to download XML format in application server. The below format which i am getting in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;application server :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;?xml version="1.0" encoding="utf-16" ?&amp;gt; - &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml"  version="1.0"&amp;gt;asx:values&amp;gt;- &amp;lt;TAB&amp;gt;- &amp;lt;item&amp;gt;  &amp;lt;EBELN&amp;gt;4151503309&amp;lt;/EBELN&amp;gt;   &amp;lt;BUKRS&amp;gt;1000&amp;lt;/BUKRS&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;VENDOR&amp;gt;T-K515A09&amp;lt;/VENDOR&amp;gt;   &amp;lt;EKORG&amp;gt;1000&amp;lt;/EKORG&amp;gt;  &amp;lt;EKGRP&amp;gt;001&amp;lt;/EKGRP&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want the format like  below one which i am getting when i am downloading presentation server . I want it to achieve &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-16" ?&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;asx:values&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;TAB&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;EBELN&amp;gt;4151503309&amp;lt;/EBELN&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;BUKRS&amp;gt;1000&amp;lt;/BUKRS&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;VENDOR&amp;gt;T-K515A09&amp;lt;/VENDOR&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;EKORG&amp;gt;1000&amp;lt;/EKORG&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;EKGRP&amp;gt;001&amp;lt;/EKGRP&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls anyone help me out regarding this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh Manoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 06:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197900#M1375620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-11T06:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197901#M1375621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using transformation ID you need to use your own XSLT or your own simple transformation. You can build them with transaction STRANS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use XML Notepad to have a look at your XML. XML does not need to be well structured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 07:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197901#M1375621</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-10-11T07:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197902#M1375622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your XML format is wrong in the 2 cases!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you display the XML on your presentation server, you probably use Internet Explorer which adds "-" character before each node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must not have "-" sign, it's not valid at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The right XML should be: &amp;lt;?xml version="1.0" encoding="utf-16" ?&amp;gt;&amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"&amp;gt;asx:values&amp;gt;&amp;lt;TAB&amp;gt;&amp;lt;item&amp;gt;&amp;lt;EBELN&amp;gt;4151503309&amp;lt;/EBELN&amp;gt;&amp;lt;BUKRS&amp;gt;1000&amp;lt;/BUKRS&amp;gt;&amp;lt;VENDOR&amp;gt;T-K515A09&amp;lt;/VENDOR&amp;gt;&amp;lt;EKORG&amp;gt;1000&amp;lt;/EKORG&amp;gt;&amp;lt;EKGRP&amp;gt;001&amp;lt;/EKGRP&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may add "-", spaces, and whatever you want, only at display time, but file must not contain them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2009 12:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197902#M1375622</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-11T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197903#M1375623</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;   I am new to transformation ( strans ) .Pls send me if you have any document. Is it possible to get below format in application &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server using transaction STRANS ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-16" ?&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;asx:values&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;TAB&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;EBELN&amp;gt;4151503309&amp;lt;/EBELN&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;BUKRS&amp;gt;1000&amp;lt;/BUKRS&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;VENDOR&amp;gt;T-K515A09&amp;lt;/VENDOR&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;EKORG&amp;gt;1000&amp;lt;/EKORG&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;EKGRP&amp;gt;001&amp;lt;/EKGRP&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh Manoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 06:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197903#M1375623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T06:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197904#M1375624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XSLT cant be handled in this forum, but there are a lot of documents in the web, even for simple transformation. Google is your friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And again: XML does not care if everything is in one row or not. Its just a matter of displaying it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 06:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197904#M1375624</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-10-12T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197905#M1375625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh, did you read my answer? I am used to work with XML, &lt;STRONG&gt;I am sure you are wrong&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197905#M1375625</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-12T08:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197906#M1375626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is really in the XML the XML is syntactically wrong. But may be its just a copy&amp;amp;paste from a displayed XML via IE for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- collapse&lt;/P&gt;&lt;P&gt;+ expand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197906#M1375626</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-10-12T08:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197907#M1375627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rainer, if you look back to his original question, you see that he makes confusion between the apperance in IE and the right XML. Both are the same on presentation server and on application server, but he thinks (erroneously) that the XML on the presentation server is with "-" characters and newlines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I didn't understand the problem, in that case please explain more in depth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 09:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197907#M1375627</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-12T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get well structured XML format in application server ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197908#M1375628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, yes you are right, but the xml looks really if it was created via transformation ID and this will for sure not insert the minus signs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be we are getting a response how the xml was created and why he thinks its necessary to have that "well structured".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 09:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-well-structured-xml-format-in-application-server/m-p/6197908#M1375628</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-10-12T09:47:47Z</dc:date>
    </item>
  </channel>
</rss>

