i working on one project. i want to read file which path from url,this file containing xml data i have to show this data in chart format.
A:
Basically, your steps may be these:
- Validate the URL data (StructKeyExists + FileExists + isFile).
- Read and parse XML file, you can do this with XmlParse.
- Convert XML object into the query (see query functions).
- Render the data using great charting tags.
If you want more detailed help -- please expand your question, to make it more specific.
Sergii
2010-10-28 07:59:24