Jump to content

[SOLVED]Squad.xml on HFB servers


mstsupra

Recommended Posts

My squad.xml

 

<?xml version="1.0" encoding="UTF-8" ?>
<?DOCTYPE squad SYSTEM "squad.dtd"?>
<?xml-stylesheet href="squad.xsl?" type="text/xsl"?>

<squad nick="mst">
   <name>mstsupra</name>
   <email>N/A</email>
   <web>N/A</web>
   <picture>logo.paa</picture>
   <title></title>

   <member id="1111111111" nick="mstsupra">
      <name>mstsupra</name>
      <email>N/A</email>
      <icq></icq>
      <remark></remark>
   </member>
</squad>

 

 

Link to comment
Share on other sites

I have just compared yours to mine, try changing the top part of it to this

<?xml version="1.0"?>
<!DOCTYPE squad SYSTEM "squad.dtd">
<?xml-stylesheet href="squad.xsl?" type="text/xsl"?>

The only difference i can see between mine and yous is on the first line you have encoding="UTF-8"  extra on the first line and on the second you have ? at the start and the end

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...