PDA

View Full Version : Extracting multiple XML pages into a table or graph


WardenBelwar
10-29-2009, 05:27 PM
Hello all. I am trying to create an html table by importing data from multiple XML files. The website address is http://www.nanowrimo.org/wordcount_api/wchistory/434482

The one problem I am having though is pulling more than one site into the table because this site is for my wordcount for NaNoWriMo, but each person in our writer's guild has a page with the same fields. Here is the output for the page.

<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE wchistory (View Source for full doctype...)>
- <wchistory>
<uid>434482</uid>
<uname>BurrowWardenBlelwar</uname>
<user_wordcount />
<wordcounts />
</wchistory>

oesxyl
10-29-2009, 09:52 PM
Hello all. I am trying to create an html table by importing data from multiple XML files. The website address is http://www.nanowrimo.org/wordcount_api/wchistory/434482

The one problem I am having though is pulling more than one site into the table because this site is for my wordcount for NaNoWriMo, but each person in our writer's guild has a page with the same fields. Here is the output for the page.

<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE wchistory (View Source for full doctype...)>
- <wchistory>
<uid>434482</uid>
<uname>BurrowWardenBlelwar</uname>
<user_wordcount />
<wordcounts />
</wchistory>
what do you use for processing? what language, tools?

best regards

WardenBelwar
10-29-2009, 11:20 PM
Well, I'm trying to use Java script to pull the data I need into a table.

oesxyl
10-30-2009, 12:02 AM
Well, I'm trying to use Java script to pull the data I need into a table.
maybe this thread will help you:

http://www.codingforums.com/showthread.php?t=152831

best regards