<?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 modify the root element and the instance of element in an XML  file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-root-element-and-the-instance-of-element-in-an/m-p/487409#M31540</link>
    <description>&lt;P&gt;Modify the tagset used:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002484784.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002484784.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;See tagset= option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002975327.htmc" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002975327.htmc&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 13:30:40 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-08-16T13:30:40Z</dc:date>
    <item>
      <title>How to modify the root element and the instance of element in an XML  file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-root-element-and-the-instance-of-element-in-an/m-p/487399#M31539</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the situation...&lt;/P&gt;&lt;P&gt;When I execute the code below, I am getting an xml file (see the partial file below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The root element is TABLE and instances of element are CLASS.&lt;/P&gt;&lt;P&gt;Is there a nice and simple way to change TABLE for ROWSETS and CLASS for ROW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***********************************************************************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; export &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;xml&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\...\Documents\Test\Temp\class.xml"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Temp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; sashelp.class;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; export.class;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; sashelp.class;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Here's the partial content of the xml file&lt;/P&gt;&lt;P&gt;The root element is TABLE and instances of element are CLASS&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="windows-1252" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;TABLE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CLASS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Name&amp;gt; Alfred &amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Sex&amp;gt; M &amp;lt;/Sex&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Age&amp;gt; 14 &amp;lt;/Age&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Height&amp;gt; 69 &amp;lt;/Height&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Weight&amp;gt; 112.5 &amp;lt;/Weight&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CLASS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CLASS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Name&amp;gt; Alice &amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Sex&amp;gt; F &amp;lt;/Sex&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Age&amp;gt; 13 &amp;lt;/Age&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Height&amp;gt; 56.5 &amp;lt;/Height&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Weight&amp;gt; 84 &amp;lt;/Weight&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CLASS&amp;gt;&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-root-element-and-the-instance-of-element-in-an/m-p/487399#M31539</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-08-16T13:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the root element and the instance of element in an XML  file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-root-element-and-the-instance-of-element-in-an/m-p/487409#M31540</link>
      <description>&lt;P&gt;Modify the tagset used:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002484784.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002484784.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;See tagset= option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002975327.htmc" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002975327.htmc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 13:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-the-root-element-and-the-instance-of-element-in-an/m-p/487409#M31540</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-16T13:30:40Z</dc:date>
    </item>
  </channel>
</rss>

