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>
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>