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

1. WHAT IS TWL XML FEED?

TWL XML Feed is web based front end for the teamwarfare.com xml
feed for team information (version 2).
ex. feed: http://www.teamwarfare.com/xml/viewteam_v2.asp?team=Screaming+Kings

2. HOW DO I INSTALL TWL XML FEED?

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

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

5. HOW DO I CUSTOMIZE TWL XML FEED?

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.