Re: [R] XML parse error

2009-05-24 Thread Stavros Macrakis
On Sun, May 24, 2009 at 12:28 PM, kulwinder banipal wrote: > It is for sure little complicated then a plain XML file. The format of > binary file is according to XML schema. I have been able to get C parser > going to get information from binary with one caveat - I have to manually > read the XM

Re: [R] XML parse error

2009-05-24 Thread kulwinder banipal
decode binary file based on schema interpretation. Or may be this already exists and it is just that I do not know how to do it. Anyway thanks for looking into it. - Kulwinder Banipal > To: kbani...@hotmail.com > CC: dun...@wald.ucdavis.edu; r-help@r-project.org; > r-help-boun...@

Re: [R] XML parse error

2009-05-21 Thread Richard . Cotton
>I am trying to parse XML file ( binary hex) but get an error. > Code I am using is: > xsd = xmlTreeParse(system.file("exampleData", "norel.xsd", package = > "XML"), isSchema =TRUE) doc = xmlInternalTreeParse(system. > file("exampleData", "LogCallSummary.bin", package = "XML")) Start > tag ex

Re: [R] XML parse error

2009-05-20 Thread Duncan Temple Lang
Hi Kulwinder There seems to be many points of confusion here You appear to have added new files to the installation of the XML package, i.e. norel.xsd and LogCallSummary.bin into examplData. They are not part of the regular XML package installation. Because these are not part of the XML insta