# Player XML Stats Help

**URL:** https://forum.kirupa.com/t/player-xml-stats-help/199396
**Category:** flash
**Created:** [September 1, 2006, 11:22pm UTC](https://forum.kirupa.com/t/player-xml-stats-help/199396 "2006-09-01T23:22:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dtweaponx](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/dtweaponx/32/2779_2.png) [@dtweaponx](https://forum.kirupa.com/u/dtweaponx)
#### Post date: [September 1, 2006, 11:22pm UTC](https://forum.kirupa.com/t/player-xml-stats-help/199396/1 "2006-09-01T23:22:44Z")

</div>

[LEFT]Alright I am trying to get my clan members stats to load. So when a member clicks on the profile “dtweaponx” it will load the animation and then it will load the players.xml file. But I am new to XML so I don’t know much about it but does this setup look correct?

```auto

<?xml version="1.0" encoding="iso-8859-1"?>

<players>
	<dtweaponx>
		<name> </name>
			<score> </score>
			<kills> </kills>
			<deaths> </deaths>
			<eff> </eff>
			<mvp> </mvp>
			<match.numbers> </match.numbers>
			<match.kills> </match.kills>
			<match.deaths> </match.deaths>
			<match.score> </match.score>
			<round.numbers> </round.numbers>
			<round.kills> </round.kills>
			<round.deaths> </round.deaths>
			<round.score> </round.score>
		</dtweaponx>
	<jkweaponx>
		<name> </name>
			<score> </score>
			<kills> </kills>
			<deaths> </deaths>
			<eff> </eff>
			<mvp> </mvp>
			<match.numbers> </match.numbers>
			<match.kills> </match.kills>
			<match.deaths> </match.deaths>
			<match.score> </match.score>
			<round.numbers> </round.numbers>
			<round.kills> </round.kills>
			<round.deaths> </round.deaths>
			<round.score> </round.score>
		</jkweaponx>
</players>

```

And how do I make it display in flash? I dont know how to make it just  
get “dtweapon” profile and not anyone elses? Can someone make a sample  
clip of two players I have listed above loading only their profiles not  
anyone elses?

I don’t even know the correct action script I should be using since I have never used XML before.

[/LEFT]
