Thanks Bruce! I havent looked yet, but that sounds very promising.
Dan > > > I take streamflow data in XML format and create a linegraph exactly as > you describe by manipulating a SVG DOM. A full example can be found at: > http://www.lrcwe-data.com/hydrograph/hydrograph.php?title=South%20Platte%20through%20Denver&max=1799&min=0&gages=PLADENCO;DWR;DISCHRG > > If you do a view source you will se the result of the transformation. > > The SVG includes mouseover effects to give the datapoints in text. > > The XML streamflow file can be found at: > http://www.lrcwe-data.com/SatMon/PLADENCO.xml > > The XSLT file is at: > http://www.lrcwe-data.com/hydrograph/hydrograph.xsl > > The "blank" svg file that is manipulated is at: > http://www.lrcwe-data.com/hydrograph/hydrograph.svg > > The XSLT transformation is done in PHP5 where the parameters are sent > to the transformation engine. > > Feel free to take whatever works for you. > > Bruce Rindahl > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

