<?xml version="1.0"?>
<!DOCTYPE TEAM SYSTEM "team.dtd">
<TEAM xmlns:xinclude="http://www.w3.org/2001/XInclude">
  <TEAM_CITY>New York</TEAM_CITY>
  <TEAM_NAME>Mets</TEAM_NAME>
  <PLAYER>
    <xinclude:include href=
    "AlLeiter.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "ArmandoReynoso.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "BobbyJones.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "BradClontz.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "DennisCook.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "GregMcMichael.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "HideoNomo.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "JohnFranco.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "JosiasManzanillo.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "OctavioDotel.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "RickReed.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
      /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "RigoBeltran.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
        /PLAYER/SURNAME/text())"/>
  </PLAYER>
  <PLAYER>
    <xinclude:include href=
    "WillieBlair.xml#xpointer(/PLAYER/GIVEN_NAME/text() |
        /PLAYER/SURNAME/text())"/>
  </PLAYER>
</TEAM>
