Parser error in line1 (xml-Definiton)

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Parser error in line1 (xml-Definiton)

    Hallo zusammen

    Ich bekomme folgenden Fehler, wenn ich meine index-Datei aufrufen möchte:
    Parse error: syntax error, unexpected T_STRING in /usr/[...]/HP/index.htm on line 1

    ([...] dort stand der komplette Pfad)

    Meine Datei sieht so aus:

    Quellcode

    1. <?xml version="1.0"?>
    2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
    3. <html xmlns="http://www.w3.org/1999/xhtml"
    4. xml:lang="en"><head><meta name="author" content="Created with Masher by Half-Baked Software, registered to Gormless Gumby."></meta><meta name="keywords" content="Masher, Hot Potatoes, Half-Baked Software, Windows, University of Victoria"></meta>
    5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    6. <title>
    7. Erste &#x00DC;bung
    8. </title>
    9. <!-- Made with executable version HotPotatoes: Masher Version 6.2 Release 1 Build 0 -->
    10. <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
    11. <style type="text/css">
    12. body{
    13. font-family: arial,helvetica,sans-serif;
    14. background-color: #ffffff;
    15. color: #000000;
    16. padding-left: 5%;
    17. padding-right: 5%;
    18. font-size: small;
    19. }
    20. div.Titles{
    21. padding: 0.5em;;
    22. text-align: center;
    23. color: #000000;
    24. }
    25. .ExerciseTitle{
    26. font-size: 140%;
    27. color: #000000;
    28. }
    29. .ExerciseSubtitle{
    30. font-size: 120%;
    31. color: #000000;
    32. }
    33. div.IndexDiv{
    34. margin-left: auto;
    35. margin-right: auto;
    36. padding: 2em;
    37. border-style: solid;
    38. border-width: 1px;
    39. text-align: center;
    40. width: 40%;
    41. background-color: #dddddd;
    42. color: #000000;
    43. font-size: 100%;
    44. }
    45. .Index{
    46. text-align: left;
    47. font-size: 100%;
    48. }
    49. a{
    50. color: #0000ff;
    51. }
    52. a:visited{
    53. color: #ff00ff;
    54. }
    55. a:hover{
    56. color: #0000ff;
    57. }
    58. </style>
    59. </head>
    60. <body>
    61. <div class="Titles">
    62. <h2 class="ExerciseTitle">Erste &#x00DC;bung</h2>
    63. </div>
    64. <div style="text-align: center;">
    65. <div class="IndexDiv">
    66. <ul class="Index">
    67. <li><a href="EVA_Prinzip.htm">Das EVA-Prinzip</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li><li><a href="Kreuzworträtsel.htm">Kreuzwortr&#x00E4;tsel</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li><li><a href="Multiple_Choice.htm">Erste Multiple Choice Fragebogen</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li><li><a href="Satzstellungsübung.htm">Satzstellungsübung</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li><li><a href="Lückentext.htm">Lückentext</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>
    68. </ul>
    69. </div>
    70. </div>
    71. </body></html>
    Alles anzeigen


    Was ist da falsch? Zeile 1 hab ich im Web mehrfach so gefunden.
    Kann es am Server (funpic.de) liegen?

    Herzlichen Dank schon mal!
    Viele Grüße
    Gregor