Date: Fri, 9 Jan 2009 13:45:53 +0100
Reply-To: Allen Ziegenfus <aziegenfus@ANAXIMA.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Allen Ziegenfus <aziegenfus@ANAXIMA.COM>
Subject: Re: XML data to SAS dataset
In-Reply-To: <f9062c64-a620-4fad-ba04-4f8c0d22df5c@35g2000pry.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
What does the XML file look like? SAS cannot directly read XML files that
store hierarchical data. You could use an XSLT to transform the XML to a
relational structure, or you could use the SAS XML Mapper to create an XML
Map.
Allen
-----Ursprüngliche Nachricht-----
Von: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] Im Auftrag von Aj
Gesendet: Freitag, 9. Januar 2009 07:40
An: SAS-L@LISTSERV.UGA.EDU
Betreff: XML data to SAS dataset
HI All
I am trying to read a XMl file into SAS dataset, but an error "XML
data is not in a format supported
natively by the XML libname engine.Files of this type usually require
an XMLMap to be input properly: C:\test.xml"
How can i read in the xml file now ?
Thanks
Aj
|