how to code and display 1 data row from ext. xml file in a table?

K

- Ken

I have an xml data file. I am trying to find a way to code inside a html
page to extract one row of data from the xml file and display it inside one
of the cells of a table. To select a particular row of data, each webpage
will have its own built-in value to point to that row.

Example:

Each row in the xml file has four columns of data, as follows:
variety_number, value_1, value_2, value_3

In each of html files, an unique variety_number is to be "hard-wired" and is
used to extract the three values from the row whose variety_number matches
the html file's variety_number. These three values are to be displayed
inside one cell in the output table (in html).

My website runs on an Unix platform.

Any help will be greatly appreciated. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top