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
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...@
>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
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
4 matches
Mail list logo