RE: A tool that takes an XML document of points as input and plots the points on a graph and connects the dots?

From
David Lee <>
To
"Costello, Roger L." <>, "" <>
Date
2012-02-23T22:41:26Z
ID
<>
Thread
RE: A tool that takes an XML document of points as input and plots the points on a graph and connects the dots?
Google Visualization can do this easily.  but it wants Google Proprietary JSON ... 

I have a project I checked in here which is an XQuery implementation of a Google Data Source which can take XML input and produce the pseudo-JSON that Google requires to chart/plot data. 
Currently implemented for MarkLogic but most of the code is generic XQuery and could easily be ported to any XQuery app server.
Sorry its low on documentation ... contributions welcome _! (in both code and docs and samples)

http://code.google.com/p/xqgraph/


----------------------------------------
David A. Lee

http://www.xmlsh.org

> -----Original Message-----
> From: Costello, Roger L. [mailto:]
> Sent: Thursday, February 23, 2012 4:19 PM
> To: 
> Subject: [xml-dev] A tool that takes an XML document of points as input and
> plots the points on a graph and connects the dots?
> 
> Hi Folks,
> 
>     Is there a tool which takes as input an XML document
>     that contains a bunch of points and plots those points
>     on an X-Y coordinate system and connects the dots?
> 
> /Roger
> 
> ______________________________________________________________
> _________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>