How Do I Pull in and Use an XML File?

AStarWithin
02-26-2005, 09:04 AM
Hi, I'm working on an XML driven SVG web map for dragonfly species in NH. Basically scientists will save their data in Excel to XML and I pull that data into an SVG map to color code various shapes based on the data.

But I'm not exactly sure how to pull in the basic XML data into my SVG file. I came across some references to XLink but I'm not exactly sure what to do...

Any help would be greatly appreciated!

Anonymous
02-26-2005, 04:32 PM
You can make work on client :
* get data with getURL(your_file, callback)
* in callback use data as you want with some script ...

You can also make work on server using PHP, JSP or other
* from data build svg
* send it to client

Michel

Anonymous
02-26-2005, 04:53 PM
thank you! I find it so odd that I would need another language to interpret the XML since SVG is XML.

 
Web mp2kmag.com
mapforums.com

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum