xml parsing failed nur auf iphone/ipad

  • Hallo zusammen,
    ich habe bei einer tour (http://www.l-drechsel.de/Panorama/BGM_K/BGM_K.html) die auf dem normalen rechner einwandfrei läuft, auf dem iphone/ipda die fehlermeldung:
    fatale error hallenplan.xml - xml parsing failed
    obwohl die hallenpan.xml datei da ist.

    ich rufe die datei so auf:
    <include url="hallenplan.xml" keep="true"/>

    nun hab ich die hallenplan.xml mal mit http://www.xmlvalidation.com gecheckt und die bringt mir auch einen fehler:

    2 url="skin/hallenplan.jpg"
    3 align="leftbottom"
    4 alpha="0.5"
    5 keep="true"
    6 x="-830"
    7 y="-690"
    8 onhover="set(alpha,1.0); showtext(klicken auf Kronen = Standortwechsel, STYLE);"
    9 onout="set(alpha,0.5);"
    10 children="true"
    11 />
    12

    13

    14<plugin name="close"
    15 url="skin/close.png"
    16 parent="hallenplan"
    17 align="righttop"
    18 keep="true"
    19 x="-23"
    20 y="-23"
    21 onhover="showtext(Hallenplan schliessen, STYLE);"
    22 onclick="tween(plugin[hallenplan].x,-830,0.5);
    23 tween(plugin[hallenplan].y,-690,0.5);
    24 tween(plugin[open].x,0,0.5);
    25 tween(plugin[open].y,0,0.5);"
    26 />
    27

    28

    29

    30

    31

    32

    33

    34

    35<plugin name="open"
    36 url="skin/open.png"
    37 align="leftbottom"
    38 alpha="0.5"
    39 keep="true"
    40 x="0"
    41 y="0"
    42 onhover="showtext(Hallenplan einblenden, STYLE); set(alpha,1.0);"
    43 onout="set(alpha,0.5);"
    44 onclick="tween(plugin[hallenplan].x,0, 0.5);
    45 tween(plugin[hallenplan].y,0, 0.5);
    46 tween(x,-120, 0.5);
    47 tween(y,-53, 0.5)"
    48/>
    49

    50

    51

    52

    53<plugin name="scheulen"
    54 url="skin/krone.png"
    55 parent="hallenplan"
    56 keep="true"
    57 align="righttop"
    58 width="30" height="30"
    59 x="360"
    60 y="50"
    61 onhover="showtext(Panorama Scheulen oeffnen, STYLE);"
    62 onclick="loadpano(Scheulen.xml);
    63 tween(plugin[hallenplan].x,-830,0.5);
    64 tween(plugin[hallenplan].y,-690,0.5);
    65 tween(plugin[open].x,0,0.5);
    66 tween(plugin[open].y,0,0.5);"
    67

    68

    69/>
    70

    71

    72<plugin name="claessen"
    73 url="skin/krone.png"
    74 parent="hallenplan"
    75 keep="true"
    76 align="righttop"
    77 width="30" height="30"
    78 x="700"
    79 y="50"
    80 onhover="showtext(Panorama Claessen oeffnen, STYLE);"
    81 onclick="loadpano(Claessen.xml);
    82 tween(plugin[hallenplan].x,-830,0.5);
    83 tween(plugin[hallenplan].y,-690,0.5);
    84 tween(plugin[open].x,0,0.5);
    85 tween(plugin[open].y,0,0.5);"
    86 />
    87

    88

    89<plugin name="baumschule"
    90 url="skin/krone.png"
    91 parent="hallenplan"
    92 keep="true"
    93 align="righttop"
    94 width="30" height="30"
    95 x="700"
    96 y="530"
    97 onhover="showtext(Panorama Baumschule oeffnen, STYLE);"
    98 onclick="loadpano(Baumschule.xml);
    99 tween(plugin[hallenplan].x,-830,0.5);
    100 tween(plugin[hallenplan].y,-690,0.5);
    101 tween(plugin[open].x,0,0.5);
    102 tween(plugin[open].y,0,0.5);"
    103 />
    104

    105

    106<plugin name="gartencenter"
    107 url="skin/krone.png"
    108 parent="hallenplan"
    109 keep="true"
    110 align="righttop"
    111 width="30" height="30"
    112 x="80"
    113 y="280"
    114 onhover="showtext(Panorama Gartencenter oeffnen, STYLE);"
    115 onclick="loadpano(Gartencenter.xml);
    116 tween(plugin[hallenplan].x,-830,0.5);
    117 tween(plugin[hallenplan].y,-690,0.5);
    118 tween(plugin[open].x,0,0.5);
    119 tween(plugin[open].y,0,0.5);"
    120 />
    121

    122

    123<plugin name="BGM"
    124 url="skin/krone.png"
    125 parent="hallenplan"
    126 keep="true"
    127 align="righttop"
    128 width="30" height="30"
    129 x="670"
    130 y="290"
    131 onhover="showtext(Panorama Star oeffnen, STYLE);"
    132 onclick="loadpano(BGM_K.xml);
    133 tween(plugin[hallenplan].x,-830,0.5);
    134 tween(plugin[hallenplan].y,-690,0.5);
    135 tween(plugin[open].x,0,0.5);
    136 tween(plugin[open].y,0,0.5);"
    137 />
    138

    139

    140<plugin name="kronen"
    141 url="skin/krone.png"
    142 parent="hallenplan"
    143 keep="true"
    144 align="righttop"
    145 width="30" height="30"
    146 x="480"
    147 y="290"
    148 onhover="showtext(Panorama 3 Kronen oeffnen, STYLE);"
    149 onclick="loadpano(3_Kronen.xml);
    150 tween(plugin[hallenplan].x,-830,0.5);
    151 tween(plugin[hallenplan].y,-690,0.5);
    152 tween(plugin[open].x,0,0.5);
    153 tween(plugin[open].y,0,0.5);"
    154 />


    wenn jemand eine idee hat, woran es liegen könnte, wäre ich für eine hilfe sehr dankbar.

    vielen dank im voraus.
    lothar

  • Hallo

    mag sein, dass ich etwas kurzsichtig bin, aber wo ist die Fehlermeldung?
    Wenn man einfach mal die hallenplanplan.xml im Browser aufruft bekommt man

    error on line 14 at column 1: Extra content at the end of the document


    Welcher "content" da am Ende des Dokuments gemeint sein könnte kann man leider in Deinem Post nicht erkennen


    LG
    Peter

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!