<?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 Hierarchial XML in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44045#M5835</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I'm supposed to write hierarchial XML from SAS 9.1.3. The format of the XML file has to be certain. &lt;BR /&gt;
&lt;BR /&gt;
How can this hiererchial XML be produced? Would writing new tagset be the best possible way? When I tried to create the hierarchies on data-step, the created child element didn't come out to the XML file...&lt;BR /&gt;
Perhaps I should use data _null_ and put into file for all of the data?</description>
    <pubDate>Thu, 21 Jan 2010 07:40:07 GMT</pubDate>
    <dc:creator>Virpi</dc:creator>
    <dc:date>2010-01-21T07:40:07Z</dc:date>
    <item>
      <title>Hierarchial XML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44045#M5835</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I'm supposed to write hierarchial XML from SAS 9.1.3. The format of the XML file has to be certain. &lt;BR /&gt;
&lt;BR /&gt;
How can this hiererchial XML be produced? Would writing new tagset be the best possible way? When I tried to create the hierarchies on data-step, the created child element didn't come out to the XML file...&lt;BR /&gt;
Perhaps I should use data _null_ and put into file for all of the data?</description>
      <pubDate>Thu, 21 Jan 2010 07:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44045#M5835</guid>
      <dc:creator>Virpi</dc:creator>
      <dc:date>2010-01-21T07:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial XML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44046#M5836</link>
      <description>Suggested Google advanced search argument for this topic:&lt;BR /&gt;
&lt;BR /&gt;
hierarchical xml site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 21 Jan 2010 13:44:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44046#M5836</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-21T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial XML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44047#M5837</link>
      <description>Actually it was best to be done with data-step: creating the hierarchy into one variable and then writing to a file with libname statement.</description>
      <pubDate>Thu, 21 Jan 2010 13:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44047#M5837</guid>
      <dc:creator>Virpi</dc:creator>
      <dc:date>2010-01-21T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial XML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44048#M5838</link>
      <description>If at SAS 9.2, consider the XML engine to do the heavy lifting for you.  Consider other DOC-related and references available at the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS 9.1.3 XML LIBNAME Engine: User's Guide&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/xmlengine/sxle913/usersguide913.htm" target="_blank"&gt;http://support.sas.com/rnd/base/xmlengine/sxle913/usersguide913.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
What's New in the SAS 9.2 XML LIBNAME Engine&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/engxml/61740/HTML/default/engxmlwhatsnew902.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engxml/61740/HTML/default/engxmlwhatsnew902.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument on this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
sas 9.1.3 generate custom xml site:sas.com</description>
      <pubDate>Thu, 21 Jan 2010 16:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44048#M5838</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-21T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchial XML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44049#M5839</link>
      <description>Hi:&lt;BR /&gt;
  Remember that the ability to create an XML file from a SAS dataset using an XML Map is still "pre-production" in SAS 9.2 -- because it requires the XML92 engine, as described here:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/kb/33/793.html" target="_blank"&gt;http://support.sas.com/kb/33/793.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 21 Jan 2010 17:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hierarchial-XML/m-p/44049#M5839</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-21T17:22:25Z</dc:date>
    </item>
  </channel>
</rss>

