<?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: XML (Chevell are you there?) question in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/718#M325</link>
    <description>Unless your XML is very "regular", you will need to define an XML Map and use that map with the XML Libname Engine to read your XML into a SAS data set. XML Mapper allows you to define the path through the XML file in order to populate your SAS columns. Information on XML Mapper can be found at:&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/engxml.hlp/a002484805.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/engxml.hlp/a002484805.htm&lt;/A&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
if you poke around the site, you will find some examples of using maps to convert XML to SAS dataset format.&lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 05 Jun 2006 14:47:58 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2006-06-05T14:47:58Z</dc:date>
    <item>
      <title>XML (Chevell are you there?) question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/716#M323</link>
      <description>I am trying to convert pdf form data to something useful (read SAS data sets). I am using the batch capabilities under Adobe Acrobat Pro to convert to pages/form to xml.&lt;BR /&gt;
&lt;BR /&gt;
I've come with something, well I hestitate to use the term new, because it's all new to me, but, well, new...&lt;BR /&gt;
&lt;BR /&gt;
Each one of these things start off with the following:&lt;BR /&gt;
&lt;BR /&gt;
&amp;lt;================ start insert ==================&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;!-- Created from PDF via Acrobat SaveAsXML --&gt;&lt;BR /&gt;
&lt;!-- Mapping Table version: 28-February-2003 --&gt;&lt;BR /&gt;
&lt;TAGGEDPDF-DOC&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;XMPMETA X="adobe:ns:meta/" xmptk="3.1-701"&gt;&lt;BR /&gt;
   &lt;RDF RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;&lt;BR /&gt;
      &lt;DESCRIPTION about="uuid:15ee3614-4b67-4b8c-a66f-10c07a1349b8"&gt;&lt;BR /&gt;
            xmlns:pdf="http://ns.adobe.com/pdf/1.3/"&amp;gt;&lt;BR /&gt;
         &lt;PRODUCER&gt;Adobe Designer 6.0&lt;/PRODUCER&gt;&lt;BR /&gt;
      &lt;/DESCRIPTION&gt;&lt;BR /&gt;
      &lt;DESCRIPTION about="uuid:15ee3614-4b67-4b8c-a66f-10c07a1349b8"&gt;&lt;BR /&gt;
            xmlns:xap="http://ns.adobe.com/xap/1.0/"&amp;gt;&lt;BR /&gt;
         &lt;MODIFYDATE&gt;2005-09-07T10:16:31-05:00&lt;/MODIFYDATE&gt;&lt;BR /&gt;
         &lt;CREATEDATE&gt;2005-09-06T14:58:03-05:00&lt;/CREATEDATE&gt;&lt;BR /&gt;
         &lt;METADATADATE&gt;2005-09-06T15:26:56-05:00&lt;/METADATADATE&gt;&lt;BR /&gt;
         &lt;CREATORTOOL&gt;Adobe Designer 6.0&lt;/CREATORTOOL&gt;&lt;BR /&gt;
      &lt;/DESCRIPTION&gt;&lt;BR /&gt;
      &lt;DESCRIPTION about="uuid:15ee3614-4b67-4b8c-a66f-10c07a1349b8"&gt;&lt;BR /&gt;
            xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"&amp;gt;&lt;BR /&gt;
         &lt;DOCUMENTID&gt;uuid:6df01935-27c9-4f55-9188-685f73b9397c&lt;/DOCUMENTID&gt;&lt;BR /&gt;
         &lt;INSTANCEID&gt;uuid:0b4b1c5f-06f7-4fda-88f7-d13da1540150&lt;/INSTANCEID&gt;&lt;BR /&gt;
      &lt;/DESCRIPTION&gt;&lt;BR /&gt;
      &lt;DESCRIPTION about="uuid:15ee3614-4b67-4b8c-a66f-10c07a1349b8"&gt;&lt;BR /&gt;
            xmlns:dc="http://purl.org/dc/elements/1.1/"&amp;gt;&lt;BR /&gt;
         &lt;FORMAT&gt;xml&lt;/FORMAT&gt;&lt;BR /&gt;
      &lt;/DESCRIPTION&gt;&lt;BR /&gt;
   &lt;/RDF&gt;&lt;BR /&gt;
&lt;/XMPMETA&gt;&lt;BR /&gt;
&amp;lt;================ end insert ==================&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
it then continues with a lot of white space, then a bunch of &lt;DIV&gt;&lt;/DIV&gt; stuff. (I'll happily fill in the details if you're interested)&lt;BR /&gt;
&lt;BR /&gt;
I went through the online XML trying to come up with something, but, hey, here I am, so what does that say?&lt;BR /&gt;
&lt;BR /&gt;
Does anybody (I repeat, Chevell, are you listening) know how to read this?&lt;BR /&gt;
&lt;BR /&gt;
And, just to throw a followup, monkey wrench into things - I have over 2000 of these. If possible, I'd like to append them all into one file. Yes/No/Are you crazy?&lt;BR /&gt;
&lt;BR /&gt;
TIA&lt;/TAGGEDPDF-DOC&gt;</description>
      <pubDate>Fri, 26 May 2006 14:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/716#M323</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-05-26T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: XML (Chevell are you there?) question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/717#M324</link>
      <description>I'm no expert but you should take a look at the XML mapper and the XML libname engine. - they work together.  Mapper tells the engine how to map the xml into the dataset.  You will probably have to create your own map.</description>
      <pubDate>Wed, 31 May 2006 15:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/717#M324</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2006-05-31T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: XML (Chevell are you there?) question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/718#M325</link>
      <description>Unless your XML is very "regular", you will need to define an XML Map and use that map with the XML Libname Engine to read your XML into a SAS data set. XML Mapper allows you to define the path through the XML file in order to populate your SAS columns. Information on XML Mapper can be found at:&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/engxml.hlp/a002484805.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/engxml.hlp/a002484805.htm&lt;/A&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
if you poke around the site, you will find some examples of using maps to convert XML to SAS dataset format.&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 05 Jun 2006 14:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/718#M325</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-06-05T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: XML (Chevell are you there?) question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/719#M326</link>
      <description>The XML Mapper can be downloaded from the Client Side CD of the install, or by contacting Technical Support.</description>
      <pubDate>Tue, 06 Jun 2006 14:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/719#M326</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2006-06-06T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: XML (Chevell are you there?) question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/720#M327</link>
      <description>Finally got back here.&lt;BR /&gt;
Thank you all.&lt;BR /&gt;
Ended up using a somewhat hokey, but effective way.&lt;BR /&gt;
Adobe has a "create spreadsheet" function that sort of did the job.&lt;BR /&gt;
&lt;BR /&gt;
I'll look into the mapper when I get a chance.</description>
      <pubDate>Mon, 26 Jun 2006 16:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Chevell-are-you-there-question/m-p/720#M327</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-26T16:05:47Z</dc:date>
    </item>
  </channel>
</rss>

