On Mar 5, 4:59 am, compound eye <compound...@gmail.com> wrote:
> Hello,
>
> I've got lots of data as numbers in xml files, which I would like to
> be able to plot

hi, a hint additional to robert's method, you can parse files
directly:
doc = xml.dom.minidom.parse(file)

Also, i've written a xhtml parser with embedded sage commands (in it's
own namespace)
http://sage.math.washington.edu/home/schilly/html_embed/ ->
sagehtml.py
That's an example how you can use sage to process xml.

H
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to