help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parsing XML in Octave


From: Juan Pablo Carbajal
Subject: Re: Parsing XML in Octave
Date: Thu, 23 Aug 2012 23:14:09 +0200

On Thu, Aug 23, 2012 at 2:54 PM, Carnë Draug <address@hidden> wrote:
> On 23 August 2012 13:26, George Profenza <address@hidden> wrote:
>> Hello,
>>
>> I'm trying to process and plot some data coming from xml
>> and I don't know where to start from. I've tried to compile and install
>> http://sourceforge.net/projects/octave-xmltools/
>> but was unsuccessful.
>
> You should contact them about this.
>
>> I installed the octave-miscellaneous package
>> (based on the macports decription: "Miscellaneous tools including waitbar,
>> xml tools, etc")
>> but I couldn't fine anything relevant to XML in the reference.
>
> Those functions have been moved from the miscellaneous to the io
> package. Install those. However, those functions have no
> documentation, the person who wrote them hasn't replied before so
> you'll need to read its source.
>
>> How can I get started with XML in Octave ?
>
> Is Octave the best tool for such task? Even if you have to use Octave,
> it has the perl and python functions so maybe you can have perl of
> python scripts taking care of that part? That's what I'd do.
>
> Carnë
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

I second carne about using other lnaguages scripts to do the job.
Check the package geometry for reading SVG files using python. A tool
to use in python is xml/etree
http://docs.python.org/library/xml.etree.elementtree.html#

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]