CONTENTS
  1. What is TWL XML History?
  2. How do I install TWL XML History?
  3. How do I customize TWL XML History?

1. WHAT IS TWL XML HISTORY?

TWL XML History is web based front end for the teamwarfare.com xml
feed for team history.
ex. history: http://www.teamwarfare.com/xml/teamhistory.asp?team=Screaming+Kings

2. HOW DO I INSTALL TWL XML HISTORY?

Configuring:
To configure TWL XML History to display the information for you team,
simply open TWL_XML_History/index.php in your favorite text editor and
point $file to the location of your teams history xml file.

Installing:
FTP the entire TWL_XML_History directory to the modules directory in your
PHPNuke install.

5. HOW DO I CUSTOMIZE TWL XML HISTORY?

As of Dec. 3rd 2002, I have loaded every node of the xml document into
a php object called $team. I would advise not messing with the code
that does this. Most people will only want to change the layout of
the HTML code. To do this, look for a variable named $html. $html
contains all the HTML that will be pushed to the browser as well as
the object references for a particular node.