HI.......... i have to generate a xml file dynamically at runtime........So plz help me.
<?xml version="1.0" encoding="UTF-8"?>
2. <xml>
3. <track>
4. <path>song1.mp3</path>
5. <title>Track 1 - Track Title</title>
6. </track>
7. <track>
8. <path>song2.mp3</path>
9. <title>Track 2 - Track Title</title>
10. </track>
11. <track>
12. <path>song3.mp3</path>
13. <title>Track 3 - Track Title</title>
14. </track>
15. <track>
16. <path>song4.mp3</path>
17. <title>Track 4 - Track Title</title>
18. </track>
19. <track>
20. <path>song5.mp3</path>
21. <title>Track 5 - Track Title</title>
22. </track>
23. <track>
24. <path>song6.mp3</path>
25. <title>Track 6 - Track Title</title>
26. </track>
27. <track>
28. <path>song7.mp3</path>
29. <title>Track 7 - Track Title</title>
30. </track>
31. <track>
32. <path>song8.mp3</path>
33. <title>Track 8 - Track Title</title>
34. </track>
35.
36. </xml>
plz help me in generating above xml file dynamically using php...........