tags:

views:

15

answers:

1

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:

  1. Validate the URL data (StructKeyExists + FileExists + isFile).
  2. Read and parse XML file, you can do this with XmlParse.
  3. Convert XML object into the query (see query functions).
  4. Render the data using great charting tags.

If you want more detailed help -- please expand your question, to make it more specific.

Sergii