<?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: Validating generated XML file with DTD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088802#M1181364</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;we do not have XI or PI. we are creating an XML file in ABAP and sending it to application server, application server side, it receives only XML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sippy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 11:53:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T11:53:28Z</dc:date>
    <item>
      <title>Validating generated XML file with DTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088800#M1181362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is to test the XML file with its DTD.&lt;/P&gt;&lt;P&gt;we are creating an XML file, before writing it on the application server , we need to test it with its DTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found one method set_validating in the interface if_ixml_parser , for validating XML file, but not getting an idea how to use it, like how to link the DTD to XML etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i try to use the above method am getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to retrieve the external entity 'd:\dtdfile.dtd'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 'd:\dtdfile.dtd' is the path of the DTD file included in the Doctype of the XML file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088800#M1181362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Validating generated XML file with DTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088801#M1181363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have SAP XI (or PI)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can send your xml to XI, validate it with your DTD file in a java module, and retrieve the result to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088801#M1181363</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2009-01-29T11:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validating generated XML file with DTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088802#M1181364</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;we do not have XI or PI. we are creating an XML file in ABAP and sending it to application server, application server side, it receives only XML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sippy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088802#M1181364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Validating generated XML file with DTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088803#M1181365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find your answer ?&lt;/P&gt;&lt;P&gt;I know how to validate an XML file an internal DTD, but not an external one... If you know, can you pelase advice ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't found yet, you need to use method &lt;EM&gt;get_reason()&lt;/EM&gt; to get the description of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 14:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-generated-xml-file-with-dtd/m-p/5088803#M1181365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T14:47:13Z</dc:date>
    </item>
  </channel>
</rss>

