<?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: How to read XML Values using JAVA in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623001#M2087203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;But using java i have to read the value from XML,is it possible to read the value??&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check the below JAVA code from help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can ignore the XSLT part and configure only the JAVA code...check if this suits your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2009 11:11:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T11:11:29Z</dc:date>
    <item>
      <title>How to read XML Values using JAVA</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaq-p/5623000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FRNDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I uploaded one XML File in imported Archieves, i have to read the value form XML uisng JAVA code,&lt;/P&gt;&lt;P&gt;using XSL able to read  like  &lt;STRONG&gt;xsl variable name='TimeZone' select =$linkDoc/&lt;/STRONG&gt;/...........*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using java i have to read the value from XML,is it possible to read the value??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raja Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 09:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaq-p/5623000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T09:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to read XML Values using JAVA</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623001#M2087203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;But using java i have to read the value from XML,is it possible to read the value??&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check the below JAVA code from help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nwpi71/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can ignore the XSLT part and configure only the JAVA code...check if this suits your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 11:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623001#M2087203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to read XML Values using JAVA</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623002#M2087204</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;For reading XML through Java, Parsing (DOM, SAX)  technique is used.&lt;/P&gt;&lt;P&gt;Just google &lt;STRONG&gt;How to read XML Values using JAVA&lt;/STRONG&gt;, you will get a lots of links.&lt;/P&gt;&lt;P&gt;For reference, you can go through these links :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://community.sap.com/www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html" target="test_blank"&gt;www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://community.sap.com/www.totheriver.com/learn/xml/xmltutorial.html" target="test_blank"&gt;www.totheriver.com/learn/xml/xmltutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 11:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623002#M2087204</guid>
      <dc:creator>sunilchandra007</dc:creator>
      <dc:date>2009-05-22T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to read XML Values using JAVA</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623003#M2087205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2009 14:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-read-xml-values-using-java/qaa-p/5623003#M2087205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-23T14:48:47Z</dc:date>
    </item>
  </channel>
</rss>

